sparseQR-class: Sparse QR decomposition of a sparse matrix
Description
Objects of this class represent a QR decomposition of a
sparse rectangular matrix.
Arguments
Objects from the Class
Objects can be created by calls of the form new("sparseQR", ...)
but are more commonly created by function qr applied
to a sparse matrix such as a matrix of class
dgCMatrix.