Package dev.nm.algebra.linear.matrix.doubles.factorization.svd.mr3
-
Class Summary Class Description BidiagonalSVDbyMR3 Given a bidiagonal matrix A, computes the singular value decomposition (SVD) of A, using "Algorithm of Multiple Relatively Robust Representations" (MRRR).SVDbyMR3 Given a matrix A, computes its singular value decomposition (SVD), using "Algorithm of Multiple Relatively Robust Representations" (MRRR).