 | DoubleSVDecompClone Method |
Creates a deep copy of this decomposition.
Namespace:
CenterSpace.NMath.Core
Assembly:
NMath (in NMath.dll) Version: 7.3
SyntaxPublic Function Clone As Object
public:
virtual Object^ Clone() sealed
abstract Clone : unit -> Object
override Clone : unit -> Object
Return Value
Type:
ObjectA deep copy of this decomposition.
Implements
ICloneableClone
RemarksData is copied. Each decomposition references different data.
See Also