Creates a shallow copy of this matrix.

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

Syntax

C#
public FloatSymmetricMatrix ShallowCopy()
Visual Basic (Declaration)
Public Function ShallowCopy As FloatSymmetricMatrix
Visual C++
public:
FloatSymmetricMatrix^ 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