Uses of Class
no.uib.cipr.matrix.QRP

Packages that use QRP
no.uib.cipr.matrix Dense and structured sparse matrices, along with matrix factorisations and solvers. 
 

Uses of QRP in no.uib.cipr.matrix
 

Methods in no.uib.cipr.matrix that return QRP
 QRP QRP.factor(Matrix A)
          Executes a QR factorization for the given matrix.
static QRP QRP.factorize(Matrix A)
          Convenience method to compute a QR decomposition