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