Package: bigsparser 0.7.4
bigsparser: Sparse Matrix Format with Data on Disk
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.
Authors:
bigsparser_0.7.4.tar.gz
bigsparser_0.7.4.zip(r-4.7)bigsparser_0.7.4.zip(r-4.6)bigsparser_0.7.4.zip(r-4.5)
bigsparser_0.7.4.tgz(r-4.6-x86_64)bigsparser_0.7.4.tgz(r-4.6-arm64)bigsparser_0.7.4.tgz(r-4.5-x86_64)bigsparser_0.7.4.tgz(r-4.5-arm64)
bigsparser_0.7.4.tar.gz(r-4.7-arm64)bigsparser_0.7.4.tar.gz(r-4.7-x86_64)bigsparser_0.7.4.tar.gz(r-4.6-arm64)bigsparser_0.7.4.tar.gz(r-4.6-x86_64)
bigsparser_0.7.4.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
bigsparser/json (API)
| # Install 'bigsparser' in R: |
| install.packages('bigsparser', repos = c('https://privefl.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/privefl/bigsparser/issues
Last updated from:ee63d58dbb. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 142 | ||
| linux-devel-x86_64 | OK | 150 | ||
| source / vignettes | OK | 168 | ||
| linux-release-arm64 | OK | 142 | ||
| linux-release-x86_64 | OK | 143 | ||
| macos-release-arm64 | OK | 149 | ||
| macos-release-x86_64 | OK | 292 | ||
| macos-oldrel-arm64 | OK | 127 | ||
| macos-oldrel-x86_64 | OK | 212 | ||
| windows-devel | OK | 142 | ||
| windows-release | OK | 158 | ||
| windows-oldrel | OK | 151 | ||
| wasm-release | OK | 115 |
Exports:as_SFBMas_SFBM_corr_compactdiagsp_cprodVecsp_prodVecsp_solve_sym
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Accessor methods for class 'SFBM'. | [,SFBM,ANY,ANY,ANY-method [,SFBM_compact,ANY,ANY,ANY-method [,SFBM_corr_compact,ANY,ANY,ANY-method |
| Dimension and type methods for class 'SFBM'. | diag,SFBM-method diag,SFBM_compact-method diag,SFBM_corr_compact-method dim,SFBM-method length,SFBM-method |
| Class SFBM_compact | SFBM_compact-class SFBM_compact_RC |
| Class SFBM_corr_compact | as_SFBM_corr_compact SFBM_corr_compact-class SFBM_corr_compact_RC |
| Class SFBM | as_SFBM SFBM-class SFBM_RC |
| Products with a vector | sp_cprodVec sp_prodVec |
| Solver for symmetric SFBM | sp_solve_sym |
