RcppArmadillo 0.3.920.1
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
Along with the
Rcpp 0.10.5 release yesterday,
a new minor release 0.3.920.1 of
RcppArmadillo
came out. It is based on Conrad’s
Armadillo 3.920.0 plus a minor
fix, and uses some of the new
Rcpp features.
Both package is now on CRAN
and also in Debian.
This releases contains both a nice set of new Armadillo features as well as
some nice additions to RcppArmadillo,
due again mostly to Romain. Some of the changes tie into the changes
changes in Rcpp 0.10.5
as for example the ability to pass const
and const
more efficiently (and we seem to have forgotten an entry in the
ref
NEWS file).
The complete list of changes is below.
Changes in RcppArmadillo version 0.3.920.1 (2013-09-27)
Upgraded to Armadillo release Version 3.920.1 (Agencia Nacional Stasi)
faster
.zeros()
faster
round()
,exp2()
andlog2()
when using C++11added signum function:
sign()
added move constructors when using C++11
added 2D fast Fourier transform:
fft2()
added
.tube()
for easier extraction of vectors and subcubes from cubesadded specification of a fill type during construction of Mat, Col, Row and Cube classes, eg.
mat X(4, 5, fill::zeros)
Initial implementation of
wrap
Improved implementation of
as<>()
andwrap()
for sparse matricesConverted main vignette from
LaTeX
styleminted
tolstlisting
which permits builds on CRAN; removed setBuildVignettes: FALSE
.
Courtesy of CRANberries, there
is also a diffstat report for the
most recent release
As always, more detailed information is on the RcppArmadillo page.
Questions, comments etc should go to the
rcpp-devel mailing list
off the R-Forge page.
R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.