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.qr Classes and Interfaces - 4 results found.
NameDescriptionTypePackageFramework
GramSchmidtThe Gram-Schmidt process is a method for orthogonalizing a set of vectors in an inner product space.Classcom.numericalmethod.suanshu.algebra.linear.matrix.doubles.factorization.qrSuanShu
HouseholderQRSuccessive Householder reflections gradually transform a matrix A to the upper triangular For example, the first step is to multiply A with a Householder matrixClasscom.numericalmethod.suanshu.algebra.linear.matrix.doubles.factorization.qrSuanShu
QRQR decomposition of a matrix decomposes an m x n matrix A so that A = Q * R.Classcom.numericalmethod.suanshu.algebra.linear.matrix.doubles.factorization.qrSuanShu
QRDecompositionQR decomposition of a matrix decomposes an m x n matrix A so that A = Q * R.Interfacecom.numericalmethod.suanshu.algebra.linear.matrix.doubles.factorization.qrSuanShu