Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
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
ref
more efficiently (and we seem to have forgotten an entry in the
NEWS file).
The complete list of changes is below.
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.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<subview>
Improved implementation of
as<>()
andwrap()
for sparse matricesConverted main vignette from
LaTeX
styleminted
tolstlisting
which permits builds on CRAN; removed setBuildVignettes: FALSE
.
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.