MatrixMultiply(Matrix, Matrix) Operator |
Matrix 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,
Matrix B
)
Parameters
- A Matrix
- Left operand
- B Matrix
- Right operand
Return Value
MatrixProduct of the two matrices
See Also