[eigen] 2.0.11 on January 10 ? |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen <eigen@xxxxxxxxxxxxxxxxxxx>
- Subject: [eigen] 2.0.11 on January 10 ?
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Tue, 29 Dec 2009 18:12:48 -0500
- 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; bh=m3u9xUZk+RhOA4V03toBcQqai35R3eus2fASsmoUjUc=; b=lRtEqdqCdbigB3TnoDFvfjH0X8Ih6gZgcYHBFfx6/c7nKeOgBqrZIfHJubIBBCEFud r3mym31mamn1xsp7hBsCtu3NQSIeb9TyKA5xmckENoKZLAMSlgI6+Zod/vCvrecwOVUJ ZakH80l4F0I1ghiUWnnnwnwFXt1KShVnzszCI=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=Nat4xPvA9xwwqaWF7t7zOK47IktKOlHKmJpOL7+/wxzILys9ztuTdZ5lOP3gJQ0ozY mxvckxRX7kMVxdElaPl/UDR6d6mKGYWzMDebD9mxDuJm40BVP6atCrYCmqdSamHGTbfu 0MwsUWKn/21c7mkqMo65YLa5hwKoN7FPnYRd4=
Hi,
Happy holidays!
What do you think of the title?
Quite some good stuff has accumulated in the 2.0 branch!
Testing is welcome, especially if your application does a lot of 4x4
matrix inversion, or quaternion SLERP, or if you use MSVC 2010.
I would also like to hear about successful reports of building the
unit tests with GCC 3.3. Just for reminders, building the Eigen 2.0
unit tests goes as follows:
cmake -DEIGEN_BUILD_TESTS=ON /path/to/eigen2.0
make
Benoit