[eigen] 3.2-rc1 released! |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen <eigen@xxxxxxxxxxxxxxxxxxx>
- Subject: [eigen] 3.2-rc1 released!
- From: Gael Guennebaud <gael.guennebaud@xxxxxxxxx>
- Date: Wed, 17 Jul 2013 11:46:23 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=7l8n82spRqMBtm4nWEAPbLP4JD/uUxqc9MDkPHbOol8=; b=ppYaIAkjfJnhLjjOnh8qFz8oCe4yrvxwAhFVuTkifpesCpSYaZ5BYU55VTVZBA+0Pc dcq9PPcYOMacf/ILjlUprtWhwXqdK/DQbKM0xxdCW3gpHT+pORy43FdpfPgeqRAUFbpp 3u2uRL1oWHmVVIGDLGZp9HErj6+5xptAWpN0Qatz5X/0c+HN451ChvxBIXjE/LAeKZTK kKOGnHiBuBCvAZ3m8Jyw9IG9cX7UhvU2Ul4CmUKOHUMbIngh3QSdLqEPyCvkebJdMSgn 4VqtOIh5nst7WQjvDYp29yXBjbYoQOHQuFobZjYL8SSLcnm81tTVyolpc9nIYX9oTBev ZRDw==
Hi,
Eigen 3.2-rc1 has been released today (July 17, 2013).
This release candidate should be last milestone before we release
Eigen 3.2 next week.
The source archive is at:
http://bitbucket.org/eigen/eigen/get/3.2-rc1.tar.bz2
Since 3.2-beta1, this release introduces a few new features such: as
isFinite and hasNaN reductions, vector-wise normalize and normalized
functions, support for mixed static/dynamic sizes in .block(), sparse
determinant computation through SparseLU, access to L and U factors in
SparseLU, access to the Q factor in SparseQR, etc. Major fixes
comprise significantly improved robustness of BiCGSTAB, and
JacobiSVD::solve(), as well as many other fixes of all kinds.
Complete changelog:
http://eigen.tuxfamily.org/index.php?title=ChangeLog#Eigen_3.2-rc1
cheers,
Gael