Home > Extreme Optimization Mathematics Library for .NET > Reference > Extreme.Mathematics.LinearAlgebra Namespace > Matrix Class > Methods
Multiplies a Vector by this Matrix and stores the result in a second vector of type GeneralVector.
The vector resultVector.
The length of the vector vector must equal the number of columns in this instance. The length of the vector resultVector must equal the number of rows.
| Exception Type | Condition |
|---|---|
| ArgumentNullException | vector is a null reference
(Nothing in Visual Basic).
-or- resultVector is a null reference (Nothing in Visual Basic). |
| DimensionMismatchException | The
length of the vector resultVector does not equal the
number of columns of this matrix.
-or- The length of the vector vector does not equal the number of rows of this matrix. |
Matrix Class | Extreme.Mathematics.LinearAlgebra Namespace