R and Armadillo integration using Rcpp 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. Armadillo is licensed under the MPL 2.0, while RcppArmadillo (the Rcpp bindings/bridge to Armadillo) is licensed under the GNU GPL version 2 or later, as is the rest of Rcpp.
Version: | 0.4.500.0 |
Imports: | Rcpp (≥ 0.11.0) |
LinkingTo: | Rcpp |
Suggests: | RUnit, Matrix, pkgKitten |
Published: | 2014-10-30 |
Author: | Romain Francois, Dirk Eddelbuettel and Doug Bates |
Maintainer: | Dirk Eddelbuettel <edd at debian.org> |
BugReports: | https://github.com/RcppCore/RcppArmadillo/issues |
License: | GPL-2 | GPL-3 [expanded from: GPL (≥ 2)] |
URL: | https://github.com/RcppCore/RcppArmadillo, http://arma.sourceforge.net/, 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-introduction RcppArmadillo-unitTests |
Package source: | RcppArmadillo_0.4.500.0.tar.gz |
Windows binaries: | r-devel: RcppArmadillo_0.4.500.0.zip, r-release: RcppArmadillo_0.4.500.0.zip, r-oldrel: RcppArmadillo_0.4.500.0.zip |
OS X Snow Leopard binaries: | r-release: RcppArmadillo_0.4.500.0.tgz, r-oldrel: RcppArmadillo_0.4.500.0.tgz |
OS X Mavericks binaries: | r-release: RcppArmadillo_0.4.500.0.tgz |
Old sources: | RcppArmadillo archive |