GeneralMatrix Multiplication Operator

DotNetMatrix

An NDoc Documented Class Library

GeneralMatrix Multiplication Operator 

Multiplication of matrices

[Visual Basic]returnValue = GeneralMatrix.op_Multiply(m1, m2)
[C#]
public static GeneralMatrix operator *(
   GeneralMatrix m1,
   GeneralMatrix m2
);

Parameters

m1
m2

Return Value

See Also

GeneralMatrix Class | DotNetMatrix Namespace