GeneralMatrix.Multiply Method (GeneralMatrix)

DotNetMatrix

An NDoc Documented Class Library

GeneralMatrix.Multiply Method (GeneralMatrix)

Linear algebraic matrix multiplication, A * B

[Visual Basic]Overridable Overloads Public Function Multiply( _
   ByVal B As GeneralMatrix _
) As GeneralMatrix
[C#]
public virtual GeneralMatrix Multiply(
   GeneralMatrix B
);

Parameters

B
another matrix

Return Value

Matrix product, A * B

Exceptions

Exception Type Condition
ArgumentException Matrix inner dimensions must agree.

See Also

GeneralMatrix Class | DotNetMatrix Namespace | GeneralMatrix.Multiply Overload List