RcppArmadillo 0.3.6.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.
Conrad launched the 3.6 series of
Armadillo earlier today with a first 3.6.0 release.
So RcppArmadillo, our wrapper for R and Armadillo, is now on
CRAN with its corresponding version 0.3.6.0. No R level or interface changes
were needed, and the upstream changes are summarized below.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
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.6.0 (2012-12-07)
Upgraded to Armadillo release Version 3.6.0 (Piazza del Duomo)
faster handling of compound expressions with submatrices and subcubes
added support for loading matrices as text files with
NaN
andInf
elementsadded
stable_sort_index()
, which preserves the relative order of elements with equivalent valuesadded handling of sparse matrices by
mean()
,var()
,norm()
,abs()
,square()
,sqrt()
added saving and loading of sparse matrices in arma_binary format
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.