bigsparser-package {bigsparser}R Documentation

bigsparser: Sparse Matrix Format with Data on Disk

Description

Provide a sparse matrix format with data stored on disk, to be used in both R and C++. This is intended for more efficient use of sparse data in C++ and also when parallelizing, since data on disk does not need copying. Only a limited number of features will be implemented. For now, conversion can be performed from a 'dgCMatrix' or a 'dsCMatrix' from R package 'Matrix'. A new compact format is also now available.

Author(s)

Maintainer: Florian Privé florian.prive.21@gmail.com

See Also

Useful links:


[Package bigsparser version 0.7.1 Index]