Skip to content
Prev 2381 / 10988 Next

[Rcpp-devel] trans() changed in latest RcppArmadillo

I've found the cause of the issue (involves handling of small matrices).

The fix is easy (and already done in the SVN repo), but I currently
don't have the time to roll out another release.  I'll aim to release
a fix on the weekend, which will also give me time to double-check if
there is a problem in inv().

In the meantime I recommend sticking to the previous version of
Armadillo and RcppArmadillo.

btw, for dot products I recommend using the dot() and cdot() functions
-- they're generally faster than going through the multiplication
operator.
On 31 May 2011 11:39, Conrad Sand <conradsand.rcpp at gmail.com> wrote: