Package dev.nm.algebra.linear.matrix.doubles.factorization.qr
-
Interface Summary Interface Description QRDecomposition QR decomposition of a matrix decomposes an m x n matrix A so that A = Q * R. -
Class Summary Class Description GramSchmidt The Gram-Schmidt process is a method for orthogonalizing a set of vectors in an inner product space.HouseholderQR Successive Householder reflections gradually transform a matrix A to the upper triangular form.QR QR decomposition of a matrix decomposes an m x n matrix A so that A = Q * R.