r-sparsearray 1.4.8
Propagated dependencies: r-biocgenerics@0.50.0 r-iranges@2.38.1 r-matrix@1.7-0 r-matrixgenerics@1.16.0 r-matrixstats@1.4.0 r-s4arrays@1.4.1 r-s4vectors@0.42.1 r-xvector@0.44.0
Channel: guix
Licenses: Artistic License 2.0
Synopsis: Efficient in-memory representation of multidimensional sparse arrays
Description:
The SparseArray
package is an infrastructure package that provides an array-like container for efficient in-memory representation of multidimensional sparse data in R. The package defines the SparseArray
virtual class and two concrete subclasses: COO_SparseArray
and SVT_SparseArray
. Each subclass uses its own internal representation of the nonzero multidimensional data, the "COO layout" and the "SVT layout", respectively. SVT_SparseArray
objects mimic as much as possible the behavior of ordinary matrix and array objects in base R. In particular, they suppport most of the "standard matrix and array API" defined in base R and in the matrixStats
package from CRAN.
Total results: 1