matrix.coo-class {SparseM} | R Documentation |
A new class for sparse matrices stored in coordinate format
Objects can be created by calls of the form new("matrix.coo", ...)
.
ra
:numeric
, a real array of nnz elements containing the non-zero
elements of A.ja
:integer
, an integer array of nnz elements containing the column
indices of the elements stored in `ra'.ia
:integer
, an integer array of nnz elements containing the row
indices of the elements stored in `ra'.dimension
:integer
, dimension of the matrix signature(x = "matrix.coo")
: ... signature(x = "matrix.coo")
: ... signature(x = "matrix.coo")
: ...