Multiply two rectangular matrices, a * b.
double
rectangular matrix. double
rectangular matrix. The double
matrix product of a * b
.
Exception Type | Condition |
---|---|
ArgumentException | is thrown when the number of columns in a is not equal to the number of rows in b
|
Matrix Class | Imsl.Math Namespace | Matrix.Multiply Overload List