Click or drag to resize

MatrixMultiply(Matrix, Matrix) Operator

Matrix multiplication

Namespace: Altaxo.Calc.Ode.Obsolete
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static Matrix operator *(
	Matrix A,
	Matrix B
)

Parameters

A  Matrix
Left operand
B  Matrix
Right operand

Return Value

Matrix
Product of the two matrices
See Also