Re: [eigen] Eigen 3.1.0-beta1 released! |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] Eigen 3.1.0-beta1 released!
- From: Rhys Ulerich <rhys.ulerich@xxxxxxxxx>
- Date: Thu, 7 Jun 2012 09:42:45 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=jXlr1GYb+UxBx20oXMuCGQ8L2Hn+1N8nSD7xtWzLB2U=; b=kAW2iRyGuaoAGb2f6tKbh5xNYJEe/jybS5TFN/yoKCn4Q7TswO66AsY3W3LGoH0vPL lBQrn5gXM94X4zrlMpXtPruBtpSDw/CbfU4hovCf9jlCuWpMTQM7tSwKXHlAKBtoe5g4 fuq7nPt1HJbSSa9a+kNy3O0Xp1SnWWO0WywZUbFmc6aV9/YuLip6IdIkfk6bCdsXpYdK 5oV2GFUhLRGw/1ichHHEPP4S/SPZi4wktBbvaQ8sxoh6lxTRaPn2X/PLwMzEzTUq/3p/ gTgPkuPK/PG4wYfVdwH6G5cuem2XWlu9wbkIAcaqHIw8K5ZEd/2McXshwu+Z32mjsLzi c/LA==
> Eigen 3.1.0-beta1 has been released today.
Working from repo using the 3.1.0-beta1 tag on either of
g++ (Ubuntu 4.4.3-4ubuntu5) 4.4.3
icpc (ICC) 11.1 20100806
I see errors like the following during make check:
/h2/rhys/Build/eigen/test/geo_transformations.cpp(345): error:
template instantiation resulted in unexpected function type of "const
Eigen::Transform<double, 3, 32, 0> (const Eigen::Transform<double, 3,
1, 0> &) const" (the meaning of a name may have changed since the
template declaration -- the type of the template is
"const
Eigen::internal::transform_transform_product_impl<Eigen::Transform<double,
3, 32, 1>, Eigen::Transform<double, 3, Mode, Options>,
<expression>>::ResultType (const Eigen::Transform<double, 3, Mode,
Options> &) const")
t1 = t1 * (Translation3(v1) * q1);
^
detected during:
instantiation of "Eigen::Transform<_Scalar, _Dim, _Mode,
_Options>::operator* [with _Scalar=double, _Dim=3, _Mode=32,
_Options=1]" based on template arguments <1, 0> at line 345
instantiation of "void
transformations<Scalar,Mode,Options>() [with Scalar=double, Mode=32,
Options=1]" at line 492
- Rhys