Return the product of the row matrix x and the rectangular matrix a.
double
row matrix. double
rectangular matrix. A double
vector representing the product of the arguments, x*a
.
Exception Type | Condition |
---|---|
ArgumentException | is thrown when the number of elements in the input row matrix is not equal to the number of rows of the matrix |
Matrix Class | Imsl.Math Namespace | Matrix.Multiply Overload List