Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
public ComplexMatrix ShallowCopy()
Public Function ShallowCopy As ComplexMatrix
public:
ComplexMatrix^ ShallowCopy()
member ShallowCopy : unit -> ComplexMatrix
Return Value
Type:
ComplexMatrixA reference to the new
ComplexMatrix.
A shallow copy does not copy the components
of the vector into a new array. Use the Clone
method for this purpose.
For derived classes, the return value may need
to be cast to the derived type.
Numerical Libraries
Supported in: 5.x, 4.x
Reference