RcppArmadillo 0.2.28
[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.
Armadillo 2.2.1 came out today
(and it looks like 2.2.0 was skipped, tst, tst). It has now been wrapped
into release 0.2.28 of RcppArmadillo
which is already on CRAN.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
The NEWS entry is below; a number of these changes were already in the preceding 0.2.27 release of RcppArmadillo which was base on the beta for Armadillo 2.2.0.
CRANberries provides a diffstat report for 0.2.28 relative to 0.2.27. 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.0.2.28 2011-08-02 o Upgraded to Armadillo release 2.2.1 "Blue Skies Debauchery" * faster multiplication of small matrices * faster trans() * faster handling of submatrices by norm() * added economical singular value decomposition: svd_thin() * added circ_toeplitz() * added .is_colvec() & .is_rowvec() * fixes for handling of complex numbers by cov(), cor(), running_stat_vec
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.