| Commit message (Expand) | Author | Age |
* | Enable custom scalar types in some unit tests. | Gael Guennebaud | 2016-07-20 |
* | Silenced several double-promotion warnings | Christoph Hertzberg | 2016-05-22 |
* | Enable and fix -Wdouble-conversion warnings | Christoph Hertzberg | 2016-05-05 |
* | Rename inverse -> pseudoInverse. | Rasmus Munk Larsen | 2016-02-10 |
* | Enable inverse() method for computing pseudo-inverse. | Rasmus Munk Larsen | 2016-02-09 |
* | Add missing calls to tests of COD. | Rasmus Munk Larsen | 2016-02-08 |
* | Implement complete orthogonal decomposition in Eigen. | Rasmus Munk Larsen | 2016-02-06 |
* | Fix condition that made the unit test spam stdout with bogus error messages. | Rasmus Munk Larsen | 2016-02-04 |
* | Fix bad line break. Don't repeat Kahan matrix test since it is deterministic. | Rasmus Munk Larsen | 2016-02-03 |
* | Change Eigen's ColPivHouseholderQR to use the numerically stable norm downdat... | Rasmus Munk Larsen | 2016-01-28 |
* | Use VERIFY_IS_EQUAL instead of VERIFY(a==b) to get more feedback in case of f... | Gael Guennebaud | 2015-06-26 |
* | Clean source code and unit tests with respect to -Wunused-local-typedefs | Gael Guennebaud | 2013-04-10 |
* | Fix bug #314: | Gael Guennebaud | 2012-11-06 |
* | Automatic relicensing to MPL2 using Keirs script. Manual fixup follows. | Benoit Jacob | 2012-07-13 |
* | the min/max macros to detect unprotected min/max were undefined by some std h... | Gael Guennebaud | 2011-08-19 |
* | add the possibility to configure the maximal matrix size in the unit tests | Gael Guennebaud | 2011-07-12 |
* | Initial fixes for bug #85. | Hauke Heibel | 2010-10-25 |
* | bug #86 : use internal:: namespace instead of ei_ prefix | Benoit Jacob | 2010-10-25 |
* | email change | Gael Guennebaud | 2010-06-24 |
* | Utilize Index in all unit tests. | Hauke Heibel | 2010-06-20 |
* | the Index types change. | Benoit Jacob | 2010-05-30 |
* | - Added problem size constructor to decompositions that did not have one. It ... | Adolfo Rodriguez Tsouroukdissian | 2010-04-21 |
* | * add some 1x1 tests | Benoit Jacob | 2010-04-16 |
* | Further LU test improvements. I'm not aware of any test failures anymore, not... | Benoit Jacob | 2010-02-23 |
* | * FullPivLU: replace "remaining==0" termination condition (from Golub) by a f... | Benoit Jacob | 2010-02-23 |
* | remove the Triangular suffix to Upper, Lower, UnitLower, etc, | Gael Guennebaud | 2010-01-07 |
* | * HouseholderSequence: | Benoit Jacob | 2009-12-02 |
* | Big reworking of ColPivQR and its unit test, which now passes even with thous... | Benoit Jacob | 2009-12-01 |
* | fix remaining bug in ColPivHouseholderQR, so now all tests pass again | Benoit Jacob | 2009-11-18 |
* | fix stuff after the PermutationMatrix changes. | Benoit Jacob | 2009-11-18 |
* | port the qr module to ei_solve_xxx. | Benoit Jacob | 2009-11-08 |
* | big huge changes, so i dont remember everything. | Benoit Jacob | 2009-10-28 |
* | also test that the matrix Q is unitary | Benoit Jacob | 2009-10-12 |
* | Fix compilation of HouseholderQR and ColPivotingHouseholderQR for non-square ... | Benoit Jacob | 2009-09-28 |
* | * update test to expose bug #57 | Benoit Jacob | 2009-09-28 |
* | make ColPivotingQR use HouseholderSequence | Gael Guennebaud | 2009-09-16 |
* | * fix bug in col-pivoting qr, forgot to swap the colNorms when swapping cols | Benoit Jacob | 2009-09-16 |
* | modernize HouseholderQR too, uniformize all that stuff, update tests | Benoit Jacob | 2009-08-24 |
* | bring the modern comfort also to ColPivotingHouseholderQR | Benoit Jacob | 2009-08-24 |
* | add ColPivotingHouseholderQR | Benoit Jacob | 2009-08-23 |