Uses of Interface
dev.nm.algebra.linear.matrix.doubles.factorization.qr.QRDecomposition
-
Packages that use QRDecomposition Package Description dev.nm.algebra.linear.matrix.doubles.factorization.qr -
-
Uses of QRDecomposition in dev.nm.algebra.linear.matrix.doubles.factorization.qr
Classes in dev.nm.algebra.linear.matrix.doubles.factorization.qr that implement QRDecomposition Modifier and Type Class Description classGramSchmidtThe Gram-Schmidt process is a method for orthogonalizing a set of vectors in an inner product space.classHouseholderQRSuccessive Householder reflections gradually transform a matrix A to the upper triangular form.classQRQR decomposition of a matrix decomposes an m x n matrix A so that A = Q * R.
-