Package: RcppArmadillo Type: Package Title: Rcpp/Armadillo bridge Version: 0.2.1 Date: $Date: 2010-05-19 09:27:56 +0200 (Mer, 19 mai 2010) $ Author: Romain Francois, Dirk Eddelbuettel and Doug Bates Maintainer: Romain, Dirk and Doug Description: R and Armadillo integration using Rcpp Armadillo is a C++ linear algebra library aiming 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. . A delayed evaluation approach is employed (during compile time) to combine several operations into one and reduce (or eliminate) the need for temporaries. This is accomplished through recursive templates and template meta-programming. . This library is useful if C++ has been decided as the language of choice (due to speed and/or integration capabilities), rather than another language. . The RcppArmadillo package includes the header from the templated Armadillo library. . This Armadillo / C integration provides a nice illustration of the capabilities of the Rcpp package for seamless R and C++ integration/ License: GPL (>= 2) LazyLoad: yes Depends: R (>= 2.10.0), Rcpp (>= 0.8.0) LinkingTo: Rcpp SystemRequirements: GNU make URL: http://arma.sourceforge.net/, http://dirk.eddelbuettel.com/code/rcpp.html, http://romainfrancois.blog.free.fr/index.php?category/R-package/RcppArmadillo Packaged: 2010-05-19 07:30:16 UTC; romain Repository: CRAN Date/Publication: 2010-05-19 08:12:34