Creates a shallow copy of this matrix.

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

Syntax

C#
public DoubleLowerTriMatrix ShallowCopy()
Visual Basic (Declaration)
Public Function ShallowCopy As DoubleLowerTriMatrix
Visual C++
public:
DoubleLowerTriMatrix^ ShallowCopy()

Return Value

Returns a shallow copy of this matrix.

Remarks

Data is not copied. Both matrices reference the same data. Use with caution.

See Also