Class "matrix.coo"
A new class for sparse matrices stored in coordinate format
Objects can be created by calls of the form new("matrix.coo", ...)
.
ra
:Object of class numeric
, a real array of nnz elements containing the non-zero
elements of A.
ja
:Object of class integer
, an integer array of nnz elements containing the column
indices of the elements stored in ‘ra’.
ia
:Object of class integer
, an integer array of nnz elements containing the row
indices of the elements stored in ‘ra’.
dimension
:Object of class integer
, dimension of the matrix
signature(x = "matrix.coo")
: ...
signature(x = "matrix.coo")
: ...
signature(x = "matrix.coo")
: ...
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.