| Commit message (Expand) | Author | Age |
* | make Umeyama, and its unit-test, work for me on gcc 4.3 | Benoit Jacob | 2009-05-27 |
* | remove sentence "Eigen itself is part of the KDE project." | Benoit Jacob | 2009-05-22 |
* | Big change in DiagonalMatrix and Geometry/Scaling: | Gael Guennebaud | 2009-01-28 |
* | add support for read/write sub sets of inner vectors (sparse module) | Gael Guennebaud | 2009-01-27 |
* | sparse module: | Gael Guennebaud | 2009-01-21 |
* | * remove set(), revert to old behavior where = resizes | Benoit Jacob | 2009-01-21 |
* | Sparse module, add an assertion and make the use of CHOLMOD's solve method th... | Gael Guennebaud | 2008-12-27 |
* | * forgot to svn add 2 files | Benoit Jacob | 2008-12-18 |
* | Patch by Kenneth Riddile: disable MSVC warnings, reenable them outside | Benoit Jacob | 2008-12-18 |
* | * improvements in the tutorial: triangular matrices, linear algebra | Benoit Jacob | 2008-12-06 |
* | * fix compile error when C++0x is enabled: static_assert() needs ; | Benoit Jacob | 2008-12-06 |
* | * Much better, consistent error msgs when mixing different scalar types: | Benoit Jacob | 2008-12-03 |
* | Update e-mail address | Benoit Jacob | 2008-11-24 |
* | add Eigen namespace in EIGEN_STATIC_ASSERT | Gael Guennebaud | 2008-10-27 |
* | improve assertion checking in product | Gael Guennebaud | 2008-10-25 |
* | doc + quick bug fix in Matrix ctor | Gael Guennebaud | 2008-08-28 |
* | * revert the previous interface change in solveTriangular (pointer vs reference) | Gael Guennebaud | 2008-08-18 |
* | Fix compilation issues with icc and g++ < 4.1. Those include: | Gael Guennebaud | 2008-07-21 |
* | * Merge Extract and Part to the Part expression. | Gael Guennebaud | 2008-07-21 |
* | add some static asserts, use them, fix gcc 4.3 warning in Product.h. | Benoit Jacob | 2008-07-19 |
* | * rework Map, allow vectorization | Benoit Jacob | 2008-06-27 |
* | * add bench/benchVecAdd.cpp by Gael, fix crash (ei_pload on non-aligned) | Benoit Jacob | 2008-06-26 |
* | Started a Transform class in the Geometry module to represent | Gael Guennebaud | 2008-06-15 |
* | added a static assertion mechanism | Gael Guennebaud | 2008-06-04 |