| Commit message (Expand) | Author | Age |
* | fix typo | Gael Guennebaud | 2016-09-21 |
* | Disable a failure test if extended double precision is in use (x87) | Gael Guennebaud | 2016-09-21 |
* | bug #1268: detect faillure in LDLT and report them through info() | Gael Guennebaud | 2016-08-23 |
* | Enable custom scalar types in some unit tests. | Gael Guennebaud | 2016-07-20 |
* | Addresses comments on Eigen pull request PR-174. | Rasmus Munk Larsen | 2016-04-04 |
* | Add rcond method to LDLT. | Rasmus Munk Larsen | 2016-04-01 |
* | Add condition estimation to Cholesky (LLT) factorization. | Rasmus Munk Larsen | 2016-04-01 |
* | Factorize VERIFY_EVALUATION_COUNT in unit tests | Gael Guennebaud | 2015-06-19 |
* | Relax tolerance when testing LDLT on singular problems | Gael Guennebaud | 2015-06-15 |
* | Workaround dead store warnings in unit tests. | Gael Guennebaud | 2015-02-18 |
* | Fix bug #894: the sign of LDLT was not re-initialized at each call of compute() | Gael Guennebaud | 2014-10-20 |
* | Fix many long to int implicit conversions | Gael Guennebaud | 2014-07-08 |
* | Fix LDLT with semi-definite complex matrices: owing to round-off errors, the ... | Gael Guennebaud | 2014-07-08 |
* | LDLT is not rank-revealing, so we should not attempt to use the biggest diago... | Gael Guennebaud | 2014-07-02 |
* | Remove out-dated comment in cholesky test. | Jitse Niesen | 2014-04-04 |
* | Remove early termination in LDLT: the zero on the diagonal of the input matri... | Gael Guennebaud | 2014-02-26 |
* | Fix bug #736: LDLT isPositive returns false for a positive semidefinite matrix | Jitse Niesen | 2014-02-06 |
* | Add no_assignment_operator to a few classes that must not be assigned, and fi... | Gael Guennebaud | 2013-07-10 |
* | Introduce a TEST_SET_BUT_UNUSED_VARIABLE macro for initialized but unused var... | Gael Guennebaud | 2013-06-25 |
* | Workaround a bunch of stupid warnings in unit tests | Gael Guennebaud | 2013-06-23 |
* | Add regression test for bug #608 | Gael Guennebaud | 2013-06-09 |
* | Clean source code and unit tests with respect to -Wunused-local-typedefs | Gael Guennebaud | 2013-04-10 |
* | LDLT: Report sign consistent with D for indefinite matrices. | Jitse Niesen | 2012-07-22 |
* | Automatic relicensing to MPL2 using Keirs script. Manual fixup follows. | Benoit Jacob | 2012-07-13 |
* | fix compilation of "somedensematrix.llt().matrixL().transpose()" (missing con... | Gael Guennebaud | 2012-04-10 |
* | LLT: improve rankUpdate to support downdates, | Gael Guennebaud | 2012-01-23 |
* | feature 319: Add update and downdate functionality to LDLT | Tim Holy | 2011-12-09 |
* | remove GSL dependency in the unit tests | Gael Guennebaud | 2011-12-01 |
* | fix more variable-set-but-not-used warnings on gcc 4.6 | Benoit Jacob | 2011-10-31 |
* | Fix LDLT::solve() if matrix singular but solution exists (bug #241). | Jitse Niesen | 2011-09-11 |
* | add the possibility to configure the maximal matrix size in the unit tests | Gael Guennebaud | 2011-07-12 |
* | New feature: add rank one update in Cholesky decomposition | Gael Guennebaud | 2011-06-20 |
* | 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 |