Multiply a matrix by a scalar in place, A = s*A
Namespace: Altaxo.Calc.Ode.ObsoleteAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public Matrix Mul(
double s
)
Parameters
- s Double
- scalar
Return Value
Matrix replace A by s*A
See Also