SuanShu, a Java numerical and statistical library

Package com.numericalmethod.suanshu.matrix.doubles.factorization.qr

Interface Summary
QRDecomposition All QR algorithms implement this interface.
 

Class Summary
GramSchmidt The Gram–Schmidt process is a method for orthogonalizing a set of vectors in an inner product space.
HouseholderReflection Successive Householder reflections gradually transform a matrix A to the upper triangular form.
QR QR decomposition of a matrix.
 

Enum Summary
QR.Method the methods available to do the QR decomposition
 


SuanShu, a Java numerical and statistical library

Copyright © 2011 Numerical Method Inc. Ltd. All Rights Reserved.