dtCMatrix
class is a class of triangular, sparse
matrices in the compressed, column-oriented format. In this
implementation the non-zero elements in the columns are sorted into
increasing row order. The dtTMatrix
class is a class of
triangular, sparse matrices in triplet format.new("dtCMatrix",
...)
or calls of the form new("dtTMatrix", ...)
."dgCMatrix"
, directly.dgCMatrix-class
, dgTMatrix-class
,
dgeMatrix-class
, dtrMatrix-class