 | DoubleComplexSVDecompServerGetDecomp Method |
Constructs a singular value decomposition for a matrix.
Namespace:
CenterSpace.NMath.Core
Assembly:
NMath (in NMath.dll) Version: 7.4
Syntaxpublic DoubleComplexSVDecomp GetDecomp(
DoubleComplexMatrix A
)
Public Function GetDecomp (
A As DoubleComplexMatrix
) As DoubleComplexSVDecomp
public:
DoubleComplexSVDecomp^ GetDecomp(
DoubleComplexMatrix^ A
)
member GetDecomp :
A : DoubleComplexMatrix -> DoubleComplexSVDecomp
Parameters
- A
- Type: CenterSpace.NMath.CoreDoubleComplexMatrix
A matrix
Return Value
Type:
DoubleComplexSVDecompA singular value decomposition for
A.
See Also