Package: RcppBlaze Type: Package Title: 'Rcpp' Integration for the 'Blaze' High-Performance 'C++' Math Library Version: 1.0.2 Date: 2026-02-23 Authors@R: c( person(given = "Ching-Chuan", family = "Chen", role = c("aut", "cre", "ctr"), email = "zw12356@gmail.com", comment = c(ORCID = '0009-0007-8273-3206')), person("Klaus", "Iglberger", role = "aut", comment = "blaze"), person("Georg", "Georg", role = "aut", comment = "blaze"), person("Tobias", "Scharpff", role = "aut", comment = "blaze") ) Maintainer: Ching-Chuan Chen URL: https://github.com/Chingchuan-chen/RcppBlaze, https://bitbucket.org/blaze-lib/blaze BugReports: https://github.com/Chingchuan-chen/RcppBlaze/issues Description: 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'. Depends: R (>= 4.2.0) Imports: Rcpp (>= 1.0.0), Matrix (>= 1.5-0) LinkingTo: Rcpp Suggests: MatrixExtra, tinytest, microbenchmark LazyLoad: yes Encoding: UTF-8 License: BSD_3_clause + file LICENSE RoxygenNote: 7.3.3 Repository: https://chingchuan-chen.r-universe.dev Date/Publication: 2026-02-23 08:56:55 UTC RemoteUrl: https://github.com/chingchuan-chen/rcppblaze RemoteRef: HEAD RemoteSha: 3a1b691e14146850b94e74a09f26025054764d84 NeedsCompilation: yes Packaged: 2026-06-23 07:36:32 UTC; root Author: Ching-Chuan Chen [aut, cre, ctr] (ORCID: ), Klaus Iglberger [aut] (blaze), Georg Georg [aut] (blaze), Tobias Scharpff [aut] (blaze)