MatrixMultiply(Matrix, Double) Operator |
Matrix-scalar multiplication
Namespace: Altaxo.Calc.Ode.ObsoleteAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static Matrix operator *(
Matrix A,
double s
)
Parameters
- A Matrix
- Matrix operand
- s Double
- Scalar operand
Return Value
MatrixProduct of the matrix and the scalar
See Also