Sparse Compressed Column Matrix<T>.Clone Method
Definition
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Overload List
Clone() | Constructs a deep copy of this matrix. |
Clone( | Makes a copy of this vector using the specified method. |
Clone(CloningMethod)
Makes a copy of this vector using the specified
method.
public override Matrix<T> Clone(
CloningMethod method
)
Parameters
- method CloningMethod
- A CloningMethod value that specifies how the matrix should be cloned.
Return Value
Matrix<T>The cloned Vector<T>.