RcppArmadillo 0.3.810.0
[This article was first published on Thinking inside the box , and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
A new Armadillo release 3.810.0 by Conrad
appeared yesterday, and was wrapped up in a new release 0.3.810.0 of
RcppArmadillo.
Upstream changes bring FFT support as well as more Sparse matrix
constructors, and we have an improvement to the Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
sample()
function contributed by Christian Gunning.
As RcppArmadillo is used by an increasing number of packages—on CRAN alone, we find 34 direct dependencies—I also added the package to Debian and upload there in parallel.
The summary of the main changes follows:
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.810.0 (2013-04-19)
Upgraded to Armadillo release Version 3.810.0 (Newell Highway)
added fast Fourier transform:
fft()
added handling of
.imbue()
and.transform()
by submatrices and subcubesadded batch insertion constructors for sparse matrices
minor fix for multiplication of complex sparse matrices
Updated sample() function and test again contributed by Christian Gunning
To leave a comment for the author, please follow the link and comment on their blog: Thinking inside the box .
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.