Constructs a FloatSVDecompServer object. By default the reduced singular value decomposition is computed. Both right and left singular vectors are also computed.

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

Syntax

C#
public FloatSVDecompServer()
Visual Basic (Declaration)
Public Sub New
Visual C++
public:
FloatSVDecompServer()

See Also