RcppEigen.package.skeleton()
function
for a needed change in R, updates and extends the code example used by this
skeleton package generator, and updates a few things now that
Rcpp 0.11.0 is out.
Courtesy of CRANberries, there are diffstat reports for the most recent release relative to the preceding version. Questions, comments etc about RcppEigen should go to the rcpp-devel mailing list off the R-Forge page.Changes in RcppEigen version 0.3.2.0.3 (2014-03-01)
Updated and extended
RcppEigen.package.skeleton()
to use several examples via Rcpp Attributes; also removed the deprecatednamespace
argumentUpdated skeleton package example for Rcpp 0.11.0 or later by removing needed for linking with user library
Updated files
DESCRIPTION
,NAMESPACE
,src/Makevars
andsrc/Makevars.win
similarly
This post by Dirk Eddelbuettel originated on his Thinking inside the box blog. Please report excessive re-aggregation in third-party for-profit settings.
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.4.100.0 (2014-02-28)
Upgraded to Armadillo release Version 4.100.0 (Dirt Cruiser)
added
normalise()
for normalising vectors to unit p-normextended the
field
class to handle 3D layoutextended
eigs_sym()
andeigs_gen()
to obtain eigenvalues of various forms (eg. largest or smallest magnitude)automatic SIMD vectorisation of elementary expressions (eg. matrix addition) when using Clang 3.4+ with -O3 optimisation
faster handling of sparse submatrix views
workaround for a bug in LAPACK 3.4
This post by Dirk Eddelbuettel originated on his Thinking inside the box blog. Please report excessive re-aggregation in third-party for-profit settings.