| Name | Description |
---|
 | SingularValueDecompose(Char, Int32, Int32, Array2DComplexDouble, Array1DDouble, Array2DComplexDouble, Array2DComplexDouble, Int32) |
Computes the singular value decomposition (SVD) of a complex
M-by-N matrix A, optionally computing the left and/or right singular
vectors, by using divide-and-conquer method. (Overrides DecompositionOperationsTReal, TComplexSingularValueDecompose(Char, Int32, Int32, Array2DTComplex, Array1DTReal, Array2DTComplex, Array2DTComplex, Int32).) |
 | SingularValueDecompose(Char, Int32, Int32, Array2DDouble, Array1DDouble, Array2DDouble, Array2DDouble, Int32) |
Computes the singular value decomposition (SVD) of a real
M-by-N matrix A, optionally computing the left and right singular
vectors. (Overrides DecompositionOperationsTReal, TComplexSingularValueDecompose(Char, Int32, Int32, Array2DTComplex, Array1DTReal, Array2DTComplex, Array2DTComplex, Int32).) |
 | SingularValueDecompose(Char, Int32, Int32, Array2DDoubleComplex, Array1DDouble, Array2DDoubleComplex, Array2DDoubleComplex, Int32) |
Computes the singular value decomposition (SVD) of a complex
M-by-N matrix A, optionally computing the left and/or right singular
vectors, by using divide-and-conquer method. (Overrides DecompositionOperationsTReal, TComplexSingularValueDecompose(Char, Int32, Int32, Array2DTComplex, Array1DTReal, Array2DTComplex, Array2DTComplex, Int32).) |