 | FloatSVDecompServerGetDecomp Method |
Constructs a singular value decomposition for a matrix.
Namespace:
CenterSpace.NMath.Core
Assembly:
NMath (in NMath.dll) Version: 7.3
Syntaxpublic FloatSVDecomp GetDecomp(
FloatMatrix A
)
Public Function GetDecomp (
A As FloatMatrix
) As FloatSVDecomp
public:
FloatSVDecomp^ GetDecomp(
FloatMatrix^ A
)
member GetDecomp :
A : FloatMatrix -> FloatSVDecomp
Parameters
- A
- Type: CenterSpace.NMath.CoreFloatMatrix
A matrix
Return Value
Type:
FloatSVDecompA singular value decomposition for
A.
See Also