RcppArmadillo 0.9.200.4.0
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
A new RcppArmadillo release, now at 0.9.200.4.0, based on the new Armadillo release 9.200.4 from earlier this week, is now on CRAN, and should get to Debian very soon.
Armadillo is a powerful and expressive C++ template library for linear algebra aiming towards a good balance between speed and ease of use with a syntax deliberately close to a Matlab. RcppArmadillo integrates this library with the R environment and language–and is widely used by (currently) 532 (or 31 more since just the last release!) other packages on CRAN.
This release once again brings a number of improvements, see below for details.
Changes in RcppArmadillo version 0.9.200.4.0 (2018-11-09)
Upgraded to Armadillo release 9.200.4 (Carpe Noctem)
faster handling of symmetric positive definite matrices by
rcond()
faster transpose of matrices with size ≥ 512×512
faster handling of compound sparse matrix expressions by
accu()
,diagmat()
,trace()
faster handling of sparse matrices by
join_rows()
expanded
sign()
to handle scalar argumentsexpanded operators (
*
,%
,+
,−
) to handle sparse matrices with differing element types (eg. multiplication of complex matrix by real matrix)expanded
conv_to()
to allow conversion between sparse matrices with differing element typesexpanded
solve()
to optionally allow keeping solutions of systems singular to working precisionworkaround for
gcc
andclang
bug in C++17 modeCommented-out sparse matrix test consistently failing on the fedora-clang machine CRAN, and only there. No fix without access.
The ‘Unit test’ vignette is no longer included.
Courtesy of CRANberries, there is a diffstat report relative to previous release. More detailed information is on the RcppArmadillo page. Questions, comments etc should go to the rcpp-devel mailing list off the R-Forge page.
This post by Dirk Eddelbuettel originated on his Thinking inside the box blog. Please report excessive re-aggregation in third-party for-profit settings.
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.