Home > Extreme Optimization Mathematics Library for .NET > Reference > Extreme.Mathematics.LinearAlgebra Namespace > Matrix Class > Methods
Makes a shallow copy of this Matrix.
A reference to the new Matrix.
A shallow copy does not copy the components of the vector into a new array. Use the Clone method for this purpose.
For derived classes, the return value may need to be cast to the derived type.
Matrix Class | Extreme.Mathematics.LinearAlgebra Namespace