RcppArmadillo (0.1.0)
Rcpp/Armadillo translation layer.
http://arma.sourceforge.net/
http://cran.r-project.org/package=RcppArmadillo
http://cran.r-project.org/web/packages/RcppArmadillo
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. . This Armadillo / C integration provides a nice illustration of the capabilities of the Rcpp package for seamless R and C++ integration/
Maintainer:
Dirk Eddelbuettel and Romain Francois
Author(s): Romain Francois and Dirk Eddelbuettel
License: GPL (>= 2)
Uses: Rcpp
Reverse depends: ALDqr, Amelia, BayesComm, bfa, cda, cladoRcpp, FBFsearch, fdaMixed, forecast, GeneticTools, gMWT, gof, gRbase, gRim, growcurves, mets, MVB, nfda, oem, planar, psgp, rcppbugs, RcppDE, RcppRoll, rgam, rmgarch, robustgam, rugarch, SBSA, SpatialTools, unmarked, zic
Released about 3 years ago.