|  | DoubleSVDecompServerGetDecomp Method | 
            Constructs a singular value decomposition for a matrix.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic DoubleSVDecomp GetDecomp(
	DoubleMatrix A
)
Public Function GetDecomp ( 
	A As DoubleMatrix
) As DoubleSVDecomp
public:
DoubleSVDecomp^ GetDecomp(
	DoubleMatrix^ A
)
member GetDecomp : 
        A : DoubleMatrix -> DoubleSVDecomp Parameters
- A  DoubleMatrix
- A matrix
Return Value
DoubleSVDecompA singular value decomposition for 
A.
 See Also
See Also