cpp11armadillo 0.4.4
CRAN release: 2025-02-20
- Provides wrappers to avoid CRAN notes with Armadillo functions that use
std::cout
(#05a342b). - Allows to convert
uword
tointegers
and vice versa. - Allows to convert
imat
andumat
tointegers_matrix<>
and vice versa. - Allows to convert
fmat
todoubles_matrix<>
and vice versa. - Provides
as_spmat()
as a wrapper foras_SpMat()
. - Added new vignettes:
- Signal and image processing.
- Decompositions, factorisations, inverses and equation solvers (dense matrices).
- Decompositions, factorisations, inverses and equation solvers (sparse matrices).
- Miscellaneous.
cpp11armadillo 0.4.3
- Expanded documentation.
- Added new vignettes:
- Functions of vectors, matrices, and cubes.
- Statistics and clustering.
- Syntax comparison for MATLAB/Octave users.
- New package template.
- Provides
as_mat()
andas_col()
as wrappers foras_Mat()
andas_Col()
.
cpp11armadillo 0.4.2
- Expands the package internals to convert
umat
tointegers_matrix<>
. - Expands the package internals to convert
ivec
tointegers
.
cpp11armadillo 0.4.1
CRAN release: 2024-12-19
- Modified configure file to fix Fedora errors.
- Includes parts of the official Armadillo documentation in the vignettes but adapted to working with R.
- Thanks a lot to @barracuda156 and @bastistician for reporting the issue.
cpp11armadillo 0.4.0
CRAN release: 2024-12-13
- Uses Armadillo 14.2.2 for C++15 compatibility.
- Adds a configure file to check the compatibility between the C++ compiler and Armadillo.
cpp11armadillo 0.3.5
- The example package now includes a configure file to set the number of cores when compiling the package.
- The package template includes instructions to alter the default number of cores (50% of the available cores).
cpp11armadillo 0.3.1
CRAN release: 2024-08-25
- Adds Jonathan as a contributor.
- Includes the working paper for arXiv.
- Avoids duplicating
mtcars_mat
for the tests.
cpp11armadillo 0.2.9
- Uses Armadillo version Cortisol Retox 12.6.7.
- Removes leontief dependency to test the functions.
- Adds minimal documentation to use OpenBLAS with R and Armadillo.
- New examples, which are clearer and more informative.
- New
Makevars
template with commented debbuging flags and that allows to set the number of cores. - Adds
armadillo_version()
to get the version of Armadillo from R.
cpp11armadillo 0.2.8
CRAN release: 2024-07-04
- Provides templates to convert to and from sparse matrices.
- Removes
using namespace std;
from headers (see https://www.reddit.com/r/cpp_questions/comments/160eivk/is_using_namespace_std_really_considered_bad/).
cpp11armadillo 0.2.7
- Provides wrappers for
arma::uvec
used to subset vectors. - Minimal optimizations in R to/from C++ templates.