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: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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