SparseMatrixMultiply(SparseMatrix, SparseMatrix) Operator |
Matrix multiplication operator for sparse matrices
Namespace: Altaxo.Calc.Ode.ObsoleteAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static SparseMatrix operator *(
SparseMatrix A,
SparseMatrix B
)
Parameters
- A SparseMatrix
- The first matrix
- B SparseMatrix
- The second matrix
Return Value
SparseMatrixThe product of the two matrices
See Also