SparseMatrixtimes(SparseMatrix) Method |
Matrix right multiplication by a matrix
Namespace: Altaxo.Calc.Ode.ObsoleteAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public SparseMatrix times(
SparseMatrix B
)
Parameters
- B SparseMatrix
- Scaling factor
Return Value
SparseMatrixA * B where A is current sparce matrix
See Also