Constructs a singular value decomposition for a matrix.

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

Syntax

C#
public FloatSVDecomp GetDecomp(
	FloatMatrix A
)
Visual Basic (Declaration)
Public Function GetDecomp ( _
	A As FloatMatrix _
) As FloatSVDecomp
Visual C++
public:
FloatSVDecomp^ GetDecomp(
	FloatMatrix^ A
)

Return Value

A singular value decomposition for A.

See Also