dsparseMatrix-class {Matrix} | R Documentation |
The Class "dsparseMatrix"
is the virtual (super) class of
all numeric sparse matrices.
Dim
:Dimnames
:x
:numeric
vector containing the
(non-zero) matrix entries.factors
:"list"
- a list
of factorizations of the matrix.
Class "dMatrix"
and "sparseMatrix"
, directly.
Class "Matrix"
, by the above classes.
the documentation of the (non virtual) sub classes, see
showClass("dsparseMatrix")
; in particular,
dgTMatrix, dgCMatrix, and
dgRMatrix.
showClass("dsparseMatrix")