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