| Commit message (Expand) | Author | Age |
* | bugfix in trsm | Gael Guennebaud | 2009-08-02 |
* | add blocked LLT, and bugfix in trsm asserts | Gael Guennebaud | 2009-08-01 |
* | finally directly calling the low-level products is faster | Gael Guennebaud | 2009-07-10 |
* | * take advantage of new possibilies in LLT (mat -= product) | Gael Guennebaud | 2009-07-07 |
* | * bybye Part, welcome TriangularView and SelfAdjointView. | Gael Guennebaud | 2009-07-06 |
* | merge | Benoit Jacob | 2009-05-22 |
|\ |
|
| * | remove sentence "Eigen itself is part of the KDE project." | Benoit Jacob | 2009-05-22 |
* | | Oops, here the actual LLT and LDLT patch. | Hauke Heibel | 2009-05-22 |
|/ |
|
* | various minor updates of some unit tests | Gael Guennebaud | 2009-05-11 |
* | More Cholesky fixes. | Benoit Jacob | 2009-04-01 |
* | Many improvements in LLT and LDLT: | Benoit Jacob | 2009-03-30 |
* | Add full pivoting to LDLT decomposition. | Keir Mierle | 2009-02-03 |
* | * remove set(), revert to old behavior where = resizes | Benoit Jacob | 2009-01-21 |
* | Sparse module: bugfix in SparseMatrix::resize(), now the indices are | Gael Guennebaud | 2009-01-15 |
* | * more MSVC warning fixes from Kenneth Riddile | Benoit Jacob | 2008-12-19 |
* | As discussed on ML: | Gael Guennebaud | 2008-10-24 |
* | Big API change in Cholesky module: | 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 |
* | bugfix in CholeskyWithoutSquareRoot::solve found by Timothy Hunter | Gael Guennebaud | 2008-08-16 |
* | * Merge Extract and Part to the Part expression. | Gael Guennebaud | 2008-07-21 |
* | * added innerSize / outerSize functions to MatrixBase | Gael Guennebaud | 2008-06-28 |
* | update of the testing framework: | Gael Guennebaud | 2008-05-22 |
* | added a test for triangular matrices | Gael Guennebaud | 2008-05-02 |
* | * added ei_sqrt for complex | Gael Guennebaud | 2008-04-27 |
* | added Cholesky module | Gael Guennebaud | 2008-04-27 |