Re: [eigen] 2.0.14 x-( grrrr >-( |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] 2.0.14 x-( grrrr >-(
- From: Hauke Heibel <hauke.heibel@xxxxxxxxxxxxxx>
- Date: Tue, 22 Jun 2010 09:51:08 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=mjCGELPLWDm8PWkIf3zac9Pr0QMI1xN2DuHcLFx6Xb0=; b=RM328Cg0IvotOR+gUIcsMMKQv7onEYg/LzsMIkMyUDcOwXmAIvj+wuU5V5NxdYOcSc OLqUA6VQP+nCmcGBmEOIqZpNzv1wt4OAOJwPP77D1VuH4g+ZtFHgVziHwzsA6XzE4wjW LKyjHeC/sez2xrkciE7Ct97x5KLynvxUYbJnI=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=K/HrnFpBGH7qm2uyIORtO6QkAQIHTKX7BoyPcNS+wXZ1t/bx9Eyh2lZXY7rISV8K/f SQq1YlqyEK4KxJN6zUJU+AV3ohTdnzl0q9NiBTC/PlSq/zulQdyaid9+0Ap3rWmzhpv+ 8L5CAhOC1wB9p+fCPeqJ+8iCQIaOVERMa1lgk=
ColMajor is clean, RowMajor has three errors.
See here:
http://eigen.tuxfamily.org/CDash/index.php?project=Eigen%202.0
- Hauke
On Tue, Jun 22, 2010 at 4:17 AM, Benoit Jacob <jacob.benoit.1@xxxxxxxxx> wrote:
> Hi,
>
> It's already time to prepare 2.0.14. Indeed, a serious crasher has
> been fixed, affecting dynamic matrices with a fixed max-size that is
> not a multiple of 16 bytes. For example,
>
> Matrix<double,Dynamic,Dynamic,0,5,5>
>
> Our users at Willow Garage hit this bug and would like to be able to
> use a proper release.
>
> All I'm asking you guys is to test:
> - gcc 3.3
> - msvc (ideally 2005, or else 2008)
>
> Thanks,
> Benoit
>
>
>