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'.
Last updated 7 months ago
4.83 score 15 stars 1 packages 2 scripts 154 downloadsRcppLbfgsBlaze - 'L-BFGS' Algorithm Based on 'Blaze' for 'R' and 'Rcpp'
The 'L-BFGS' algorithm is a popular optimization algorithm for unconstrained optimization problems. 'Blaze' is a high-performance 'C++' math library for dense and sparse arithmetic. This package provides a simple interface to the 'L-BFGS' algorithm and allows users to optimize their objective functions with 'Blaze' vectors and matrices in 'R' and 'Rcpp'.
Last updated 7 months ago
2.70 score 93 downloads