SparseMatrixMultiply(SparseMatrix, Double) Operator |
Matrix multiplication by a scalar
Namespace: Altaxo.Calc.Ode.ObsoleteAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static SparseMatrix operator *(
SparseMatrix A,
double s
)
Parameters
- A SparseMatrix
- Sparse Matrix
- s Double
- Scalar
Return Value
SparseMatrixScaled sparse matrix
See Also