Linear algebraic matrix multiplication, A * B
[Visual Basic]Overridable Overloads Public Function Multiply( _
ByVal B As GeneralMatrix _
) As GeneralMatrix
ByVal B As GeneralMatrix _
) As GeneralMatrix
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