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