SparseMatrixDoMultiply(VectorSingle, VectorSingle) Method |
Multiplies this matrix with a vector and places the results into the result vector.
Namespace: Altaxo.Calc.LinearAlgebra.SingleAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax protected override void DoMultiply(
Vector<float> rightSide,
Vector<float> result
)
Parameters
- rightSide VectorSingle
- The vector to multiply with.
- result VectorSingle
- The result of the multiplication.
See Also