Creates a deep copy of this weighted least squares instance.

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

Syntax

C#
public Object Clone()
Visual Basic (Declaration)
Public Function Clone As Object
Visual C++
public:
Object^ Clone()

Return Value

A deep copy of this weighted least squares instance.

See Also