
Last chance! 50% off unlimited learning
Sale ends in
"TsparseMatrix"
class is the virtual class of
all sparse matrices coded in triplet form. Since it is a virtual class,
no objects may be created from it. See
showClass("TsparseMatrix")
for its subclasses."sparseMatrix"
, directly.
Class "Matrix"
, by class "sparseMatrix"
."["
) methods, see
[-methods
.sparseMatrix
, and the
dgTMatrix
class, for the links to other classes.showClass("TsparseMatrix")
## or just the subclasses' names
names(getClass("TsparseMatrix")@subclasses)
Run the code above in your browser using DataLab