News:Eigen 2.0.16 released!

From Eigen
Jump to: navigation, search

Eigen 2.0.15 has been released on July 16, 2010.

The source archive is at: http://bitbucket.org/eigen/eigen/get/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<SelfAdjoint>.
  • Fix bug in SparseLU::setOrderingMethod.

Complete changelog.