Skip to content
Prev 2472 / 10988 Next

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

For tiny matrices (ie. <= 4x4), Armadillo by default uses fast
algorithms for det(), inv() and solve().

In rare instances these fast algorithms may not be as precise as the
standard algorithms found in Lapack.

As such, in the updated version of Armadillo I've added an option to
det(), inv() and solve() to force the use of the standard "slow"
algorithms:
http://arma.sourceforge.net/docs.html#inv
On 8 June 2011 01:21, Savitsky, Terrance <savitsky at rand.org> wrote: