Rdocumentation
powered by
Learn R Programming
Matrix (version 0.95-5)
dgTMatrix-class: Sparse matrices in triplet form
Description
The
"dgTMatrix"
class is the class of sparse matrices stored as (possibly redundant) triplets.
Arguments
Objects from the Class
Objects can be created by calls of the form
new("dgTMatrix", ...)
.
See Also
dgCMatrix-class