Matrix<T>.Clone Shape Method
Creates a new matrix that has the same number of rows and columns
and optionally preserves the writable structure.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
The cloned Vector<T>.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public virtual Matrix<T> CloneShape(
CloningMethod method
)
Parameters
- method CloningMethod
- A CloningMethod value that specifies how the vector should be cloned.
Return Value
Matrix<T>The cloned Vector<T>.