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 DoubleSVDecomp GetDecomp(
	DoubleMatrix A
)
Visual Basic (Declaration)
Public Function GetDecomp ( _
	A As DoubleMatrix _
) As DoubleSVDecomp
Visual C++
public:
DoubleSVDecomp^ GetDecomp(
	DoubleMatrix^ A
)

Return Value

A singular value decomposition for A.

See Also