Package: fastMatMR 1.2.5
fastMatMR: High-Performance Matrix Market File Operations
An interface to the 'fast_matrix_market' 'C++' library, this package offers efficient read and write operations for Matrix Market files in R. It supports both sparse and dense matrix formats. Peer-reviewed at ROpenSci (<https://github.com/ropensci/software-review/issues/606>).
Authors:
fastMatMR_1.2.5.tar.gz
fastMatMR_1.2.5.zip(r-4.5)fastMatMR_1.2.5.zip(r-4.4)fastMatMR_1.2.5.zip(r-4.3)
fastMatMR_1.2.5.tgz(r-4.4-x86_64)fastMatMR_1.2.5.tgz(r-4.4-arm64)fastMatMR_1.2.5.tgz(r-4.3-x86_64)fastMatMR_1.2.5.tgz(r-4.3-arm64)
fastMatMR_1.2.5.tar.gz(r-4.5-noble)fastMatMR_1.2.5.tar.gz(r-4.4-noble)
fastMatMR_1.2.5.tgz(r-4.4-emscripten)fastMatMR_1.2.5.tgz(r-4.3-emscripten)
fastMatMR.pdf |fastMatMR.html✨
fastMatMR/json (API)
NEWS
# Install 'fastMatMR' in R: |
install.packages('fastMatMR', repos = c('https://packages.ropensci.org', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/ropensci/fastmatmr/issues
cpp17matrix-marketmatrix-market-formatr-cpp11
Last updated 12 months agofrom:9146e5de53 (on main). Checks:OK: 9. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Sep 28 2024 |
R-4.5-win-x86_64 | OK | Sep 28 2024 |
R-4.5-linux-x86_64 | OK | Sep 28 2024 |
R-4.4-win-x86_64 | OK | Sep 28 2024 |
R-4.4-mac-x86_64 | OK | Sep 28 2024 |
R-4.4-mac-aarch64 | OK | Sep 28 2024 |
R-4.3-win-x86_64 | OK | Sep 28 2024 |
R-4.3-mac-x86_64 | OK | Sep 28 2024 |
R-4.3-mac-aarch64 | OK | Sep 28 2024 |
Exports:fmm_to_matfmm_to_sparse_Matrixfmm_to_vecintmat_to_fmmintvec_to_fmmmat_to_fmmsparse_Matrix_to_fmmvec_to_fmmwrite_fmm
Dependencies:cpp11
Benchmarking Sparse Matrix Market Read Operations
Rendered fromfmm_read_bench.Rmd
usingknitr::rmarkdown
on Sep 28 2024.Last update: 2023-11-03
Started: 2023-09-02
Benchmarking Sparse Matrix Market Write Operations
Rendered fromfmm_write_bench.Rmd
usingknitr::rmarkdown
on Sep 28 2024.Last update: 2023-11-03
Started: 2023-08-31
Getting Started
Rendered fromfastMatMR.Rmd
usingknitr::rmarkdown
on Sep 28 2024.Last update: 2023-11-03
Started: 2023-10-24
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Convert Matrix Market File to Matrix | fmm_to_mat |
Convert Matrix Market File to Sparse Matrix | fmm_to_sparse_Matrix |
Convert Matrix Market File to Numeric Vector | fmm_to_vec |
Convert a Numeric Matrix to Matrix Market Format | intmat_to_fmm |
Convert a numeric integer vector to Matrix Market Format | intvec_to_fmm |
Convert a Numeric Matrix to Matrix Market Format | mat_to_fmm |
Convert a Sparse Numeric Matrix to Matrix Market Format | sparse_Matrix_to_fmm |
Convert a Numeric Vector to Matrix Market Format | vec_to_fmm |
Convert Various Numeric Types to Matrix Market Format | write_fmm |