Matrix<T>.CloneShape 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.0
C#
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>.

See Also