Creates a shallow copy of this matrix.
Namespace:
CenterSpace.NMath.MatrixAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public FloatLowerTriMatrix ShallowCopy() |
| Visual Basic (Declaration) |
|---|
Public Function ShallowCopy As FloatLowerTriMatrix |
| Visual C++ |
|---|
public: FloatLowerTriMatrix^ ShallowCopy() |
Return Value
Returns a shallow copy of this matrix.
Remarks
Data is not copied. Both matrices reference the same data. Use with caution.