Matrix<T>.Clone(CloningMethod) Method

Makes a copy of this vector using the specified method.

Definition

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

See Also