| qr-methods {Matrix} | R Documentation | 
The "Matrix" package provides methods for the QR decomposition
of special classes of matrices.  There is a generic function which uses
qr as default, but methods defined in this package
can take extra arguments.  In particular there is an option for
determining a fill-reducing permutation of the columns of a sparse,
rectangular matrix.
QR decomposition of a general sparse
double-precision matrix with nrow(x) >= ncol(x).  Returns
an object of class "sparseQR".
works via "dgCMatrix".
qr; documentation for classes
sparseQR and dgCMatrix.