| Commit message (Expand) | Author | Age |
* | email change | Gael Guennebaud | 2010-06-24 |
* | More Index realted warnings. | Hauke Heibel | 2010-06-20 |
* | Silence index warnings in triangular unit test. | Hauke Heibel | 2010-06-20 |
* | Made the supression of unused variables portable. | Hauke Heibel | 2010-06-08 |
* | test/triangular.cpp: isUpper() --> isUpperTriangular() | Jitse Niesen | 2010-01-08 |
* | remove the Triangular suffix to Upper, Lower, UnitLower, etc, | Gael Guennebaud | 2010-01-07 |
* | fix dirty triangular unit test | Gael Guennebaud | 2010-01-04 |
* | merge with default branch | Gael Guennebaud | 2009-12-22 |
|\ |
|
* | | more fixes | Gael Guennebaud | 2009-12-17 |
| * | * don't laugh, but these bugs took me forever to fix. | Benoit Jacob | 2009-11-19 |
| * | minor improvements in triangular stuff | Benoit Jacob | 2009-11-19 |
| * | * fix compilation of unit-tests (sorry, had tested only 1 channel) | Benoit Jacob | 2009-11-19 |
| * | TriangularMatrix: extend to rectangular matrices | Benoit Jacob | 2009-11-19 |
|/ |
|
* | big huge changes, so i dont remember everything. | Benoit Jacob | 2009-10-28 |
* | fix a couple of compilations issues | Gael Guennebaud | 2009-08-06 |
* | add a debug mechanism to compute the number of intermediate evaluations (only... | Gael Guennebaud | 2009-07-28 |
* | add triangular * vector product | Gael Guennebaud | 2009-07-13 |
* | add a meta unroller for the triangular solver (only for vectors as rhs) | Gael Guennebaud | 2009-07-10 |
* | finally directly calling the low-level products is faster | Gael Guennebaud | 2009-07-10 |
* | started to simplify the triangular solvers | Gael Guennebaud | 2009-07-09 |
* | * bybye Part, welcome TriangularView and SelfAdjointView. | Gael Guennebaud | 2009-07-06 |
* | remove sentence "Eigen itself is part of the KDE project." | Benoit Jacob | 2009-05-22 |
* | compilation fixes | Gael Guennebaud | 2009-05-12 |
* | * compilation fixes for gcc 3.3 | Gael Guennebaud | 2009-05-06 |
* | * the Upper->UpperTriangular change | Benoit Jacob | 2008-12-20 |
* | Solve the issue found by Timothy in solveTriangular: | Gael Guennebaud | 2008-10-13 |
* | Fix bugs reported by Timothy Hunter: | Gael Guennebaud | 2008-09-03 |
* | if EIGEN_NICE_RANDOM is defined, the random functions will return numbers with | Benoit Jacob | 2008-09-01 |
* | * bug fixes in: Dot, generalized eigen problem, singular matrix detetection ... | Gael Guennebaud | 2008-08-23 |
* | * bugfix in SolveTriangular found by Timothy Hunter (did not compiled for ver... | Gael Guennebaud | 2008-08-22 |
* | Add a packetmath unit test, re-enable the comma-initializer unit test, | Gael Guennebaud | 2008-08-20 |
* | renamed inverseProduct => solveTriangular | Gael Guennebaud | 2008-08-09 |
* | * Rewrite the triangular solver so that we can take advantage of our efficien... | Gael Guennebaud | 2008-07-26 |
* | * Merge Extract and Part to the Part expression. | Gael Guennebaud | 2008-07-21 |
* | - introduce Part and Extract classes, splitting and extending the former | Benoit Jacob | 2008-05-27 |
* | update of the testing framework: | Gael Guennebaud | 2008-05-22 |
* | updated product test to carefully test all scalar types | Gael Guennebaud | 2008-05-12 |
* | added a test for triangular matrices | Gael Guennebaud | 2008-05-02 |