Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | email change | Gael Guennebaud | 2010-06-24 |
| | |||
* | Fixed another enum related warning. | Hauke Heibel | 2010-06-12 |
| | |||
* | the Index types change. | Benoit Jacob | 2010-05-30 |
| | | | | As discussed on the list (too long to explain here). | ||
* | big huge changes, so i dont remember everything. | Benoit Jacob | 2009-10-28 |
| | | | | | | | | | | * renaming, e.g. LU ---> FullPivLU * split tests framework: more robust, e.g. dont generate empty tests if a number is skipped * make all remaining tests use that splitting, as needed. * Fix 4x4 inversion (see stable branch) * Transform::inverse() and geo_transform test : adapt to new inverse() API, it was also trying to instantiate inverse() for 3x4 matrices. * CMakeLists: more robust regexp to parse the version number * misc fixes in unit tests | ||
* | merge | Benoit Jacob | 2009-05-22 |
|\ | |||
| * | remove sentence "Eigen itself is part of the KDE project." | Benoit Jacob | 2009-05-22 |
| | | | | | | | | it never made very precise sense. but now does it still make any? | ||
* | | * add a writable generic coeff wise expression (CwiseUnaryView) | Gael Guennebaud | 2009-05-20 |
|/ | | | | * add writable .real() and .imag() functions | ||
* | fix some compile errors with gcc 4.3, some warnings, some documentation | Benoit Jacob | 2008-06-06 |
| | |||
* | added unit tests for sizeof and dynamic memory allocation | Gael Guennebaud | 2008-06-02 |