SuanShu, a Java numerical and statistical library

com.numericalmethod.suanshu.matrix.doubles.factorization.qr
Interface QRDecomposition

All Known Implementing Classes:
GramSchmidt, HouseholderReflection, QR

public interface QRDecomposition

All QR algorithms implement this interface.

QR decomposition decomposes a m x n matrix A so that

 A = Q %*% R
 

where