Usage
spqr(x, ...)## S3 method for class 'dgCMatrix':
spqr(x, econ = 0,
ordering = c("default", "fixed", "natural", "amd", "colamd",
"metis", "best", "bestamd"),
tol = -2)
Arguments
x
a sparse matrix, i.e., an Robject inheriting from class
sparseMatrix
.
econ
integer for economy, i.e. specifying the number
of rows of $R$ or columns of $Q$ to return. The default is
m <- nrow(x)
.
ordering
a string specifying the ordering strategy.
tol
a number specifying the tolerance to be applied. If
tol <= -2<="" code="">, a default tolerance is used; if $-2 < tol <
0$, then no tolerance is used, and if $tol >= 0$ it is used as
tolerance, namely columns with 2-norm =>
...
further arguments passed to methods.