'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.7.200.2.0 |
Imports: | Rcpp (≥ 0.11.0), stats, utils |
LinkingTo: | Rcpp |
Suggests: | RUnit, Matrix, pkgKitten |
Published: | 2016-07-24 |
Author: | Dirk Eddelbuettel, Romain Francois 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: | 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.7.200.2.0.tar.gz |
Windows binaries: | r-devel: RcppArmadillo_0.7.200.2.0.zip, r-release: RcppArmadillo_0.7.200.2.0.zip, r-oldrel: RcppArmadillo_0.7.200.2.0.zip |
OS X Mavericks binaries: | r-release: RcppArmadillo_0.7.200.2.0.tgz, r-oldrel: RcppArmadillo_0.7.200.2.0.tgz |
Old sources: | RcppArmadillo archive |