Loading...
Loading...
Available on 1 platform
Sign in to view source links and access this dataset
Armadillo is a templated C++ linear algebra library designed for speed and ease of use, with syntax similar to Matlab. The RcppArmadillo package provides header files and bindings, allowing R users to leverage Armadillo's efficient vector, matrix, and cube classes, support for dense/sparse matrices, and integration with LAPACK. It is authored by Dirk Eddelbuettel and is licensed under GNU GPL version 2 or later.
The RcppArmadillo bindings are licensed under GNU GPL version 2 or later, while the Armadillo library itself uses Apache License 2.0 from release 7.800.0 onwards. Package authors must manage C++ standard compatibility, as version 15.0.0 requires C++14.