@@ -2,7 +2,7 @@ Package: RcppArmadillo
2
2
Type: Package
3
3
Title: 'Rcpp' Integration for the 'Armadillo' Templated Linear Algebra Library
4
4
Version: 15.0.1-1
5
- Date: 2025-08-23
5
+ Date: 2025-08-27
6
6
Authors@R: c(person("Dirk", "Eddelbuettel", role = c("aut", "cre"), email = "
[email protected] ",
7
7
comment = c(ORCID = "0000-0001-6419-907X")),
8
8
person("Romain", "Francois", role = "aut",
@@ -21,17 +21,16 @@ Description: 'Armadillo' is a templated C++ linear algebra library aiming toward
21
21
A sophisticated expression evaluator (based on template meta-programming) automatically
22
22
combines several operations to increase speed and efficiency. Dynamic evaluation
23
23
automatically chooses optimal code paths based on detected matrix structures.
24
- Matrix decompositions (eigen, SVD, Cholesky, etc) are provided through integration
25
- with LAPACK, or one of its high performance drop-in replacements (eg. MKL or OpenBLAS).
26
- It can automatically use OpenMP multi-threading (parallelisation) to speed up
24
+ Matrix decompositions are provided through integration with LAPACK, or one of its
25
+ high performance drop-in replacements (such as ' MKL' or ' OpenBLAS'). It can
26
+ automatically use ' OpenMP' multi-threading (parallelisation) to speed up
27
27
computationally expensive operations.
28
28
.
29
- The 'RcppArmadillo' package includes the header files from the templated 'Armadillo'
30
- library so users do not need to install 'Armadillo' itself in order to use
31
- 'RcppArmadillo'.
29
+ The 'RcppArmadillo' package includes the header files from the 'Armadillo' library;
30
+ users do not need to install 'Armadillo' itself in order to use 'RcppArmadillo'.
32
31
.
33
- Starting from release 15.0.0, the minimum compilation standard is C++14 so Armadillo
34
- version 14.6.3 is also included as a fallback when C++11 is used .
32
+ Starting from release 15.0.0, the minimum compilation standard is C++14 so ' Armadillo'
33
+ version 14.6.3 is included as a fallback when an R package forces the C++11 standard .
35
34
.
36
35
Since release 7.800.0, 'Armadillo' is licensed under Apache License 2; previous
37
36
releases were under licensed as MPL 2.0 from version 3.800.0 onwards and LGPL-3
0 commit comments