Eigen 2.0.16 released!
Eigen 2.0.15 has been released on July 16, 2010.
The source archive is at: https://gitlab.com/libeigen/eigen/-/archive/2.0.16/eigen-2.0.16.tar.bz2
Changes since 2.0.15:
- Fix bug in 3x3 tridiagonlisation (and consequently in 3x3 selfadjoint eigen decomposition).
- Fix compilation for new gcc 4.6.
- Fix performance regression since 2.0.12: in some matrix-vector product, complex matrix expressions were not pre-evaluated.
- Fix documentation of Least-Square.
- New feature: support for part
. - Fix bug in SparseLU::setOrderingMethod.