Package: RcppBlaze 1.0.1
RcppBlaze: 'Rcpp' Integration for the 'Blaze' High-Performance 'C++' Math Library
Blaze is an open-source, high-performance 'C++' math library for dense and sparse arithmetic. With its state-of-the-art Smart Expression Template implementation Blaze combines the elegance and ease of use of a domain-specific language with HPC-grade performance, making it one of the most intuitive and fastest 'C++' math libraries available. The 'RcppBlaze' package includes the header files from the 'Blaze' library with disabling some functionalities related to link to the thread and system libraries which make 'RcppBlaze' be a header-only library. Therefore, users do not need to install 'Blaze'.
Authors:
RcppBlaze_1.0.1.tar.gz
RcppBlaze_1.0.1.zip(r-4.5)RcppBlaze_1.0.1.zip(r-4.4)RcppBlaze_1.0.1.zip(r-4.3)
RcppBlaze_1.0.1.tgz(r-4.4-x86_64)RcppBlaze_1.0.1.tgz(r-4.4-arm64)RcppBlaze_1.0.1.tgz(r-4.3-x86_64)RcppBlaze_1.0.1.tgz(r-4.3-arm64)
RcppBlaze_1.0.1.tar.gz(r-4.5-noble)RcppBlaze_1.0.1.tar.gz(r-4.4-noble)
RcppBlaze_1.0.1.tgz(r-4.4-emscripten)RcppBlaze_1.0.1.tgz(r-4.3-emscripten)
RcppBlaze.pdf |RcppBlaze.html✨
RcppBlaze/json (API)
NEWS
# Install 'RcppBlaze' in R: |
install.packages('RcppBlaze', repos = c('https://chingchuan-chen.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/chingchuan-chen/rcppblaze/issues
Last updated 6 months agofrom:c52cac4edd. Checks:OK: 9. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 02 2024 |
R-4.5-win-x86_64 | OK | Nov 02 2024 |
R-4.5-linux-x86_64 | OK | Nov 02 2024 |
R-4.4-win-x86_64 | OK | Nov 02 2024 |
R-4.4-mac-x86_64 | OK | Nov 02 2024 |
R-4.4-mac-aarch64 | OK | Nov 02 2024 |
R-4.3-win-x86_64 | OK | Nov 02 2024 |
R-4.3-mac-x86_64 | OK | Nov 02 2024 |
R-4.3-mac-aarch64 | OK | Nov 02 2024 |
Exports:blaze_get_num_threadsblaze_get_seedblaze_set_num_threadsblaze_set_seedblaze_versionfastLmPure
Readme and manuals
Help Manual
Help page | Topics |
---|---|
RcppBlaze - 'Rcpp' Integration for the 'Blaze' High-Performance 'C++' Math Library | RcppBlaze-package RcppBlaze |
Set/Get the Number of Threads used in blaze | blaze_get_num_threads blaze_set_num_threads |
Set/Get the random number generator for blaze with given seed | blaze_get_seed blaze_set_seed |
The version of Blaze used in RcppBlaze | blaze_version |
linear model fitting function based on RcppBlaze | fastLmPure |