Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Com.numericalmethod.suanshu.algebra.linear.matrix.doubles.factorization.svd Classes and Interfaces - 7 results found.
NameDescriptionTypePackageFramework
BidiagonalSVDbyMR3Given a bidiagonal matrix A, computes the singular value decomposition (SVD) of A, using "Algorithm of Multiple Relatively Robust Representations" (MRRR).Classcom.numericalmethod.suanshu.algebra.linear.matrix.doubles.factorization.svd.mr3SuanShu
GolubKahanSVDGolub-Kahan algorithm does the SVD decomposition of a tall matrix in two stages.Classcom.numericalmethod.suanshu.algebra.linear.matrix.doubles.factorization.svdSuanShu
SVDSVD decomposition decomposes a matrix A of dimension m x n, where m >= n, U' * A * V = D, or U * D * V' = A.Classcom.numericalmethod.suanshu.algebra.linear.matrix.doubles.factorization.svdSuanShu
SVD .MethodGolub-Kahan, for higher precision.Classcom.numericalmethod.suanshu.algebra.linear.matrix.doubles.factorization.svdSuanShu
SVDbyMR3Given a matrix A, computes its singular value decomposition (SVD), using "Algorithm of Multiple Relatively Robust Representations" (MRRR).Classcom.numericalmethod.suanshu.algebra.linear.matrix.doubles.factorization.svd.mr3SuanShu
SVDDecompositionSVD decomposition decomposes a matrix A of dimension m x n, where m >= n, such that U' * A * V = D, or U * D * V' = A.Interfacecom.numericalmethod.suanshu.algebra.linear.matrix.doubles.factorization.svdSuanShu
SymmetricSVDThis algorithm calculates the Singular Value Decomposition (SVD) of a square, symmetric matrix A using QR algorithm.Classcom.numericalmethod.suanshu.algebra.linear.matrix.doubles.factorization.svdSuanShu