TsparseMatrix-class: Class "TsparseMatrix" of Sparse Matrices in Triplet Form
Description
The "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.
Arguments
Extends
Class "sparseMatrix", directly.
Class "Matrix", by class "sparseMatrix".