dgRMatrix
class is a class of sparse numeric
matrices in the compressed, sparse, row-oriented format. In this
implementation the non-zero elements in the rows are sorted into
increasing column order. Note: The column-oriented sparse classes, e.g.,
dgCMatrix
, are preferred and better supported in
the Matrix package.
new("dgRMatrix", ...)
.RsparseMatrix
class, the virtual class of all
sparse compressed row-oriented matrices, with its methods.
The dgCMatrix
class (column compressed
sparse) is really preferred.