SparseMatrixMultiply(SparseMatrix, SparseVector) Operator |
Multiplies a Matrix and a Vector.
Namespace: Altaxo.Calc.LinearAlgebra.SingleAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static SparseVector operator *(
SparseMatrix leftSide,
SparseVector rightSide
)
Parameters
- leftSide SparseMatrix
- The matrix to multiply.
- rightSide SparseVector
- The vector to multiply.
Return Value
SparseVectorThe result of multiplication.
Exceptions See Also