Skip to content
Back to formatted view

Raw Message

Message-ID: <BANLkTikuTxNkRb+j-f-GKPOcZEUa8ja9gg@mail.gmail.com>
Date: 2011-06-06T15:52:47Z
From: Conrad Sand
Subject: [Rcpp-devel] trans() changed in latest RcppArmadillo
In-Reply-To: <BANLkTinmQE6HJEDS=8r3SihFMQXswHP=Bw@mail.gmail.com>

Hi Baptise & Terrance,

I've fixed several issues in Armadillo and released an updated version
(1.99.4).  Dirk has wrapped it up in RcppArmadillo 0.2.22, which
should be hitting the mirrors soon.

Could you try your code again and let me know if you encounter any problems ?

With regards,
Conrad


On 1 June 2011 05:58, baptiste auguie <baptiste.auguie at googlemail.com> wrote:
> Thanks so much, Conrad!
>
> Best regards,
>
> Baptiste
>
> On 31 May 2011 23:37, Conrad Sand wrote:
>> 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.