| Commit message (Expand) | Author | Age |
* | rename macro | Benoit Jacob | 2010-12-25 |
* | Initial fixes for bug #85. | Hauke Heibel | 2010-10-25 |
* | bug #86 : use internal:: namespace instead of ei_ prefix | Benoit Jacob | 2010-10-25 |
* | fix += return by value like operations | Gael Guennebaud | 2010-09-06 |
* | add support for mixing type in trsv | Gael Guennebaud | 2010-07-13 |
* | email change | Gael Guennebaud | 2010-06-24 |
* | Utilize Index in all unit tests. | Hauke Heibel | 2010-06-20 |
* | add a info() function in LLT to report on succes/faillure | Gael Guennebaud | 2010-06-12 |
* | fix LDLT, now it really only uses a given triangular part! | Gael Guennebaud | 2010-06-09 |
* | fix ldlt unit test | Gael Guennebaud | 2010-06-09 |
* | Add a Transpositions class to ease the representation and | Gael Guennebaud | 2010-06-04 |
* | LDLT: make it honors the Lower/Upper directive and make it works inplace | Gael Guennebaud | 2010-06-03 |
* | - Added problem size constructor to decompositions that did not have one. It ... | Adolfo Rodriguez Tsouroukdissian | 2010-04-21 |
* | add reconstructedMatrix() to LLT, and LUs | Gael Guennebaud | 2010-02-24 |
* | remove the Triangular suffix to Upper, Lower, UnitLower, etc, | Gael Guennebaud | 2010-01-07 |
* | Replace toDense() by toDenseMatrix() in tests. | Jitse Niesen | 2009-11-20 |
* | move cholesky to ei_xxx_return_value | Benoit Jacob | 2009-11-03 |
* | *port the Cholesky module to the new solve() API | Benoit Jacob | 2009-10-29 |
* | big huge changes, so i dont remember everything. | Benoit Jacob | 2009-10-28 |
* | add a stable_norm unit test | Gael Guennebaud | 2009-09-07 |
* | 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 |