News:Eigen 2.0.15 released!

From Eigen
Revision as of 14:25, 16 July 2010 by Ggael (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.15.tar.bz2

Changes since 2.0.14:

  * Fix bug: a bad assert was blocking certain cases of matrix-vector product (depending on storage order).
  * Fix LU and QR solve when rank==0, fix LLT when the matrix is purely 0.
  * Fix a couple of bugs with QR solving especially with rows>cols.
  * Fix bug with custom scalar types that have non-trivial destructor.
  * Fix for ICC in SSE code.
  * Fix some C++ issues found by Clang (patch by Nick Lewycky).

Complete changelog.