[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen <eigen@xxxxxxxxxxxxxxxxxxx>
- Subject: [eigen] 2.0.2 release
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Fri, 22 May 2009 16:07:35 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=TpZeyzQHP7JOxOxX/HXh5j9F+QCo6C8XMZmnImCQYME=; b=NWxY1cFEPY75Wbl3JLS9GbZ8r8JNmf0aR2duIdMZyFKAKrdk78zyoIy7d6533zMlp/ Gev1xySxG5j8oaoh4P/2nrCsfM8YWKdz7pgOEvZi6FNdhpx8ObBYtrwft/pRH6ESv8a1 w2GNnL8EhMwiwXqYJ+hvpNjGJ3+zKbSFuv4ik=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=ZkYYS/hCSAEffVr3tJyLckuQdt9eVoYNF7H/zD5jiMCflxw902pGVhUeJxyo8ZpWXc eDBL4+EzzTyledZXFRaP2SK/M6dxKpXpzPnrlJbP3jvc+dWwvo8Q7VKKZjKuzqHKFyKe GdoOTbIOGBn4kT1WOnrO09ITRjP+VxhHo/CuM=
Hi,
Eigen 2.0.2 is released. This is just a maintainance release for the
Eigen 2.0 branch, containing mostly bug fixes.
The tarball is here:
http://download.tuxfamily.org/eigen/eigen-2.0.2.tar.bz2
Changes since 2.0.1:
* Fix linearRegression() compilation, actually it is reimplemented
using the better fitHyperplane() which does total least-squares.
* Add missing setZero() etc... variants taking size parameters and
resizing. These were mentioned in the tutorial but weren't
implemented.
* Fix posix_memalign platform check. This fixes portability issues.
Thanks to Ross Smith.
* Fix detection of SSE2 on the Windows 64-bit platform.
* Fix compatibility with the old GCC 3.3: it is now fully supported again.
* Fix warnings with recent GCC (4.4.0 and 4.3.3).
Cheers,
Benoit