News:Eigen 3.2-rc1 released!

From Eigen
Jump to: navigation, search

Eigen 3.2-rc1 has been released on 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.