Learn R Programming

Matrix (version 0.9-1)

cscMatrix-class: Class "cscMatrix" compressed, sparse, column Matrix

Description

The cscMatrix class is a class of sparse matrices in the compressed, sparse, column-oriented format. In this implementation the non-zero elements in the columns are sorted into increasing row order.

Arguments

Objects from the Class

Objects can be created by calls of the form new("cscMatrix", ...).

See Also

sscMatrix-class, tscMatrix-class