The "dgTMatrix" class is the class of sparse
matrices stored as (possibly redundant) triplets. The internal
representation is not at all unique, contrary to the one for class
dgCMatrix.
Arguments
Objects from the Class
Objects can be created by calls of the form new("dgTMatrix",
...), but more typically via as(*, "dgTMatrix").
See Also
Class dgCMatrix or the superclasses
dsparseMatrix and
TsparseMatrix;