Creates a deep copy of this matrix.

Namespace: CenterSpace.NMath.Matrix
Assembly: NMathPremium (in NMathPremium.dll) Version: 5.3.0.0

Syntax

C#
public Object Clone()
Visual Basic
Public Function Clone As Object
Visual C++
public:
virtual Object^ Clone() sealed

Return Value

Returns a deep copy of this matrix.

Implements

ICloneable..::..Clone()()()()

Remarks

Data is copied. Each matrix references different data.

See Also