Package: RcppArmadillo
Type: Package
Title: Rcpp/Armadillo bridge
Version: 0.2.2
Date: $Date: 2010-06-09 07:34:54 -0500 (Wed, 09 Jun 2010) $
Author: Romain Francois, Dirk Eddelbuettel and Doug Bates
Maintainer: Romain, Dirk and Doug
        <RcppArmadillo-authors@r-enthusiasts.com>
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.2)
LinkingTo: Rcpp
Suggests: inline, RUnit
SystemRequirements: GNU make
URL: http://arma.sourceforge.net/,
        http://dirk.eddelbuettel.com/code/rcpp.armadillo.html,
        http://romainfrancois.blog.free.fr/index.php?category/R-package/RcppArmadillo
Packaged: 2010-06-09 12:35:11 UTC; edd
Repository: CRAN
Date/Publication: 2010-06-09 14:22:39
