Package dev.nm.algebra.linear.matrix.doubles.factorization.svd
-
Interface Summary Interface Description SVDDecomposition SVD decomposition decomposes a matrix A of dimension m x n, where m >= n, such that U' * A * V = D, or U * D * V' = A. -
Class Summary Class Description GolubKahanSVD Golub-Kahan algorithm does the SVD decomposition of a tall matrix in two stages.SVD SVD decomposition decomposes a matrix A of dimension m x n, where m >= n, such that U' * A * V = D, or U * D * V' = A.SymmetricSVD This algorithm calculates the Singular Value Decomposition (SVD) of a square, symmetric matrix A using QR algorithm. -
Enum Summary Enum Description SVD.Method