| DoubleSymmetricMatrixShallowCopy Method |
Creates a shallow copy of this matrix.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax public DoubleSymmetricMatrix ShallowCopy()
Public Function ShallowCopy As DoubleSymmetricMatrix
public:
DoubleSymmetricMatrix^ ShallowCopy()
member ShallowCopy : unit -> DoubleSymmetricMatrix
Return Value
DoubleSymmetricMatrixReturns a shallow copy of this matrix.
Remarks
Data is not copied. Both matrices reference the same data. Use with caution.
See Also