Home > Extreme Optimization Mathematics Library for .NET > Reference > Extreme.Mathematics.LinearAlgebra Namespace > Matrix Class > Methods
Copies the components of this Matrix to another matrix.
A reference to the destination matrix.
| Exception Type | Condition |
|---|---|
| ArgumentNullException | matrix is a null reference (Nothing in Visual Basic). |
| DimensionMismatchException | The
number of rows of matrix is less than
the number of rows of this instance.
-or- The number of columns of matrix1 is less than the number of columns of this instance. |
Matrix Class | Extreme.Mathematics.LinearAlgebra Namespace