Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | extend sparse product unit tests | Gael Guennebaud | 2011-03-22 |
| | |||
* | merge | Gael Guennebaud | 2010-12-31 |
|\ | |||
* | | [Sparse] Added regression tests for the two bugfixes, the code passes all ↵ | David J. Luitz | 2010-12-30 |
|/ | | | | sparse_product tests | ||
* | bug #86 : use internal:: namespace instead of ei_ prefix | Benoit Jacob | 2010-10-25 |
| | |||
* | add mixed sparse-dense outer product | Gael Guennebaud | 2010-06-25 |
| | |||
* | Fix use of nesting types in SparseTranspose and split the big ↵ | Gael Guennebaud | 2010-06-25 |
| | | | | SparseProduct.h file | ||
* | Utilize Index in all unit tests. | Hauke Heibel | 2010-06-20 |
| | |||
* | remove the Triangular suffix to Upper, Lower, UnitLower, etc, | Gael Guennebaud | 2010-01-07 |
| | | | | and remove the respective bit flags | ||
* | a couple of fixes after thye merge | Gael Guennebaud | 2009-12-23 |
| | |||
* | Big refactoring/cleaning in the spasre module with | Gael Guennebaud | 2009-11-18 |
| | | | | | | in particular the addition of a selfadjointView, and the extension of triangularView. The rest is cleaning and does not change/extend the API. | ||
* | more ET refactoring: | Gael Guennebaud | 2009-11-17 |
| | | | | | * extend Cwise for multiple storage base class * a lot of cleaning in the Sparse module | ||
* | 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 | ||
* | * update sparse module wrt new diagonal matrix impl | Gael Guennebaud | 2009-07-04 |
| | | | | * fix a bug is SparseMatrix | ||
* | 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? | ||
* | sparse module: new API proposal for triangular solves and experimental | Gael Guennebaud | 2009-04-05 |
| | | | | solver support with a sparse matrix as the rhs. | ||
* | * fix Quaternion::setFromTwoVectors (thanks to "benv" from the forum) | Gael Guennebaud | 2009-02-17 |
| | | | | | | | | * extend PartialRedux::cross() to any matrix sizes with automatic vectorization when possible * unit tests: add "geo_" prefix to all unit tests related to the geometry module and start splitting the big "geometry.cpp" tests to multiple smaller ones (also include new tests) | ||
* | fix m = m*m with m sparse (gug found by Frederik Heinz) | Gael Guennebaud | 2009-02-12 |
| | |||
* | - add diagonal * sparse product as an expression | Gael Guennebaud | 2009-02-09 |
- split sparse_basic unit test - various fixes in sparse module |