[eigen] 2.0.12 released

[ Thread Index | Date Index | More lists.tuxfamily.org/eigen Archives ]


Hi,

Eigen 2.0.12 is released.

The source archive is at:
http://bitbucket.org/eigen/eigen/get/2.0.12.tar.bz2

Changes since 2.0.11:

    * EIGEN_DEFAULT_TO_ROW_MAJOR is fully supported and tested.
    * Several important fixes for row-major matrices.
    * Fix support of several algorithms for mixed fixed-dynamic size
matrices where the fixed dimension is greater than the dynamic
dimension. For example: Matrix<float,3,Dynamic>(3,2)
    * fix EIGEN_DONT_ALIGN: now it _really_ disables vectorization
(was giving a #error unless you also used EIGEN_DONT_VECTORIZE).
    * Fix #92: Support QNX's QCC compiler (patch by Piotr Trojanek)
    * Fix #90, missing type cast in LU, allow to use LU with MPFR
(patch by 'Wolf').
    * Fix ICC compiler support: work around a bug present at least in ICC 11.1.
    * Compilation fixes for computeInverse() on expressions.
    * Fix a gap in a unit-test (thanks to Jitse Niesen)
    * Backport improvements to benchmarking code.
    * Documentation fixes

Benoit



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/