Click or drag to resize

DoubleHermitianMatrixClone Method

Creates a deep copy of this matrix.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public Object Clone()

Return Value

Object
A deep copy of this matrix.

Implements

ICloneableClone
Remarks
Data is copied. Each matrix references different data.
See Also