Matrix (version 0.99-3)

CsparseMatrix-class: Class "CsparseMatrix" of Sparse Matrices in Column-compressed Form

Description

The "CsparseMatrix" class is the virtual class of all sparse matrices coded in sorted compressed column-oriented form. Since it is a virtual class, no objects may be created from it. See showClass("CsparseMatrix") for its subclasses.

Arguments

Extends

Class "sparseMatrix", directly. Class "Matrix", by class "sparseMatrix".

See Also

its superclass, sparseMatrix-class, and, e.g., dgCMatrix-class for the links to other classes.

Examples

Run this code
showClass("CsparseMatrix")

Run the code above in your browser using DataCamp Workspace