'Armadillo' is a templated C++ linear algebra library (by Conrad Sanderson) that aims towards a good balance between speed and ease of use. Integer, floating point and complex numbers are supported, as well as a subset of trigonometric and statistics functions. Various matrix decompositions are provided through optional integration with LAPACK and ATLAS libraries. The 'RcppArmadillo' package includes the header files from the templated 'Armadillo' library. Thus users do not need to install 'Armadillo' itself in order to use 'RcppArmadillo'. From release 7.800.0 on, 'Armadillo' is licensed under Apache License 2; previous releases were under licensed as MPL 2.0 from version 3.800.0 onwards and LGPL-3 prior to that; 'RcppArmadillo' (the 'Rcpp' bindings/bridge to Armadillo) is licensed under the GNU GPL version 2 or later, as is the rest of 'Rcpp'. Note that Armadillo requires a fairly recent compiler; for the g++ family at least version 4.6.* is required.
Version: | 0.8.300.1.0 |
Imports: | Rcpp (≥ 0.11.0), stats, utils, methods |
LinkingTo: | Rcpp |
Suggests: | RUnit, Matrix, pkgKitten, reticulate, rmarkdown, knitr, pinp |
Published: | 2017-12-06 |
Author: | Dirk Eddelbuettel, Romain Francois, Doug Bates and Binxiang Ni RcppArmadillo author details |
Maintainer: | Dirk Eddelbuettel <edd at debian.org> |
BugReports: | https://github.com/RcppCore/RcppArmadillo/issues |
License: | GPL-2 | GPL-3 [expanded from: GPL (≥ 2)] |
Copyright: | see file COPYRIGHTS |
URL: | http://dirk.eddelbuettel.com/code/rcpp.armadillo.html |
NeedsCompilation: | yes |
Citation: | RcppArmadillo citation info |
Materials: | README NEWS ChangeLog |
In views: | NumericalMathematics |
CRAN checks: | RcppArmadillo results |
Reference manual: | RcppArmadillo.pdf |
Vignettes: |
RcppArmadillo-sparseMatrix RcppArmadillo-introduction RcppArmadillo-unitTests |
Package source: | RcppArmadillo_0.8.300.1.0.tar.gz |
Windows binaries: | r-devel: RcppArmadillo_0.8.300.1.0.zip, r-release: RcppArmadillo_0.8.300.1.0.zip, r-oldrel: RcppArmadillo_0.8.300.1.0.zip |
OS X El Capitan binaries: | r-release: RcppArmadillo_0.8.300.1.0.tgz |
OS X Mavericks binaries: | r-oldrel: RcppArmadillo_0.8.300.1.0.tgz |
Old sources: | RcppArmadillo archive |
Please use the canonical form https://CRAN.R-project.org/package=RcppArmadillo to link to this page.