| Commit message (Expand) | Author | Age |
* | Automatic relicensing to MPL2 using Keirs script. Manual fixup follows. | Benoit Jacob | 2012-07-13 |
* | fix performance regression due to check_rows_cols_for_overflow and add approp... | Gael Guennebaud | 2012-06-26 |
* | prevent the allocation of the two preconditioner, only one is needed | Gael Guennebaud | 2012-06-15 |
* | Get rid of include directives inside namespace blocks (bug #339). | Jitse Niesen | 2012-04-15 |
* | Document that JacobiSVD also handles complex matrices. | Jitse Niesen | 2012-01-26 |
* | bug #206 - part 4: Removes heap allocations from JacobiSVD and its preconditi... | Adolfo Rodriguez Tsourouksdissian | 2011-10-30 |
* | Convert tabs to spaces. | Jitse Niesen | 2011-09-27 |
* | Fix bug #286: Infinite loop in JacobiSVD with denormals | Jitse Niesen | 2011-09-27 |
* | protect calls to min and max with parentheses to make Eigen compatible with d... | Gael Guennebaud | 2011-07-21 |
* | Simplify the use of custom scalar types, the rule is to never directly call a... | Gael Guennebaud | 2011-05-25 |
* | bug #271: fix copy/paste mistakes in doc | Gael Guennebaud | 2011-05-23 |
* | clean a bit previous patch (ctor vs static_cast and a few bits) | Gael Guennebaud | 2011-05-23 |
* | fix implicit scalar conversions (needed to support fancy scalar types, see bu... | David H. Bailey | 2011-05-23 |
* | Document enums in Constants.h (bug #248). | Jitse Niesen | 2011-05-03 |
* | * bug #206: correctly forward computationOptions and work towards avoiding ma... | Benoit Jacob | 2011-03-06 |
* | Document (non)sorting of eigenvalues. | Jitse Niesen | 2011-02-27 |
* | prevent warning | Gael Guennebaud | 2010-11-10 |
* | bug #86 : use internal:: namespace instead of ei_ prefix | Benoit Jacob | 2010-10-25 |
* | rename PlanarRotation -> JacobiRotation | Benoit Jacob | 2010-10-19 |
* | work around stupid msvc error when constructing at compile time an expression | Benoit Jacob | 2010-10-19 |
* | re-fix the broken msvc warning in JacobiSVD | Benoit Jacob | 2010-10-18 |
* | fix stupid msvc warning in jacobisvd | Benoit Jacob | 2010-10-18 |
* | add jacobiSvd() method, update test & docs | Benoit Jacob | 2010-10-17 |
* | doc typo | Benoit Jacob | 2010-10-14 |
* | JacobiSVD doc fix | Benoit Jacob | 2010-10-14 |
* | JacobiSVD: | Benoit Jacob | 2010-10-14 |
* | set ColPivHouseholderQR as default preconditioner for JacobiSVD | Benoit Jacob | 2010-10-11 |
* | implement JacobiSVD::solve() and expand the unit test | Benoit Jacob | 2010-10-11 |
* | add option to compute thin U/V. | Benoit Jacob | 2010-10-08 |
* | Rework JacobiSVD api / template parameters. | Benoit Jacob | 2010-10-08 |
* | Backed out changeset 2334291157fe192b7b9f651967126de3bf8d8cbe | Benoit Jacob | 2010-10-08 |
* | fix doc | Thomas Capricelli | 2010-10-04 |
* | Remove \nonstable yet. The stability rules for Eigen3 are much simpler: | Benoit Jacob | 2010-06-29 |
* | rename: | Benoit Jacob | 2010-06-14 |
* | change the value of Dynamic to -1, since the index type is now configurable. | Benoit Jacob | 2010-06-11 |
* | 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 |
* | fix the flags and matrix options, to always have the right RowMajor bit in th... | Benoit Jacob | 2010-03-19 |
* | * move dummy_precision and epsilon to NumTraits | Gael Guennebaud | 2010-02-10 |
* | remove the Triangular suffix to Upper, Lower, UnitLower, etc, | Gael Guennebaud | 2010-01-07 |
* | Big renaming: | Benoit Jacob | 2010-01-04 |
* | simplification | Benoit Jacob | 2009-11-18 |
* | fix stuff after the PermutationMatrix changes. | Benoit Jacob | 2009-11-18 |
* | big huge changes, so i dont remember everything. | Benoit Jacob | 2009-10-28 |
* | Ok, too many class bodies - it was only required for ei_svd_precondition_2x2_... | Hauke Heibel | 2009-09-27 |
* | Fixed VC compilation error on the JacobiSVD module. | Hauke Heibel | 2009-09-27 |
* | bugfixes for ICC (compilation and runtime) | Gael Guennebaud | 2009-09-15 |
* | big reorganization in JacobiSVD: | Benoit Jacob | 2009-09-03 |
* | * rename JacobiRotation => PlanarRotation | Gael Guennebaud | 2009-09-02 |
* | JacobiSVD: implement general R-SVD using full-pivoting QR, so we now support ... | Benoit Jacob | 2009-09-02 |