| Commit message (Expand) | Author | Age |
* | Remove \nonstable yet. The stability rules for Eigen3 are much simpler: | Benoit Jacob | 2010-06-29 |
* | email change | Gael Guennebaud | 2010-06-24 |
* | rename: | Benoit Jacob | 2010-06-14 |
* | 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 |
* | Propagate all five matrix template parameters to members and temporaries of d... | Adolfo Rodriguez Tsouroukdissian | 2010-03-08 |
* | Renamed PlainMatrixType to PlainObject (Array != Matrix). | Hauke Heibel | 2010-02-20 |
* | * move dummy_precision and epsilon to NumTraits | Gael Guennebaud | 2010-02-10 |
* | EIGEN_ENUM_MIN ---> EIGEN_SIZE_MIN | Benoit Jacob | 2010-01-27 |
* | merge and add start/end to Eigen2Support | Gael Guennebaud | 2010-01-05 |
|\ |
|
| * | Big renaming: | Benoit Jacob | 2010-01-04 |
* | | merge with default branch | Gael Guennebaud | 2009-12-22 |
|\| |
|
| * | Warning 4512 (assignment operators could not be generated) is now simply disa... | Hauke Heibel | 2009-12-14 |
| * | Added to possibility to compile unit tests at maximum warning level. | Hauke Heibel | 2009-12-12 |
* | | add a DenseBase class for MAtrixBase and ArrayBase and more code factorisation | Gael Guennebaud | 2009-12-04 |
| * | precision ---> dummy_precision | Benoit Jacob | 2009-11-26 |
|/ |
|
* | * merge | Benoit Jacob | 2009-11-09 |
|\ |
|
* | | last round of changes, mainly to return derived types instead of base types, ... | Benoit Jacob | 2009-11-09 |
* | | simplifications in the ei_solve_impl system, factor out some boilerplate code | Benoit Jacob | 2009-11-08 |
* | | port the qr module to ei_solve_xxx. | Benoit Jacob | 2009-11-08 |
* | | port svd to the ei_xxx_return_value thing | Benoit Jacob | 2009-11-04 |
| * | fix bug in svd solve reported on forum, was apparently assuming square matrix... | Benoit Jacob | 2009-11-04 |
* | | SVD::solve() : port to new API and improvements | Benoit Jacob | 2009-10-30 |
|/ |
|
* | * rename JacobiRotation => PlanarRotation | Gael Guennebaud | 2009-09-02 |
* | added missing JacobiRotation's ... | Hauke Heibel | 2009-09-01 |
* | in all decs, make the compute() methods return *this | Benoit Jacob | 2009-08-15 |
* | make SVD reuses applyJacobi | Gael Guennebaud | 2009-08-16 |
* | svd: sort in decreasing order, remove unused code | Benoit Jacob | 2009-08-15 |
* | fix bug in sorting of singular values | Benoit Jacob | 2009-08-09 |
* | make the dot product linear in the second variable, not the first variable | Benoit Jacob | 2009-08-03 |
* | bugfix in SVD | Gael Guennebaud | 2009-07-20 |
* | slight change in the comparison to -1 | Gael Guennebaud | 2009-07-10 |
* | include the fixes of the third edition | Gael Guennebaud | 2009-07-06 |
* | quick reimplementation of SVD from the numeral recipes book: | Gael Guennebaud | 2009-07-06 |
* | fix #20: SVD::solve() now resize the result | Gael Guennebaud | 2009-07-04 |
* | merge | Benoit Jacob | 2009-05-22 |
|\ |
|
| * | remove sentence "Eigen itself is part of the KDE project." | Benoit Jacob | 2009-05-22 |
* | | fix typo | Thomas Capricelli | 2009-05-22 |
* | | QR and SVD decomposition interface unification. | Hauke Heibel | 2009-05-22 |
|/ |
|
* | add computeRotationScaling and computeScalingRotation in SVD | Benoit Jacob | 2009-01-22 |
* | add polar decomposition on both sides, in SVD, with test | Benoit Jacob | 2009-01-22 |
* | more Scalar conversions fixes | Gael Guennebaud | 2009-01-07 |
* | * suppressed some minor warnings | Kenneth Frank Riddile | 2009-01-06 |
* | * fix in IO.h, a useless copy was made because of assignment from | Benoit Jacob | 2008-12-18 |
* | * replace postfix ++ by prefix ++ wherever that makes sense in Eigen/ | Benoit Jacob | 2008-12-17 |
* | doc: add a "non stable" warning for parts which are not part | Gael Guennebaud | 2008-11-22 |
* | Big API change in Cholesky module: | Gael Guennebaud | 2008-10-13 |
* | Solve the issue found by Timothy in solveTriangular: | Gael Guennebaud | 2008-10-13 |
* | fix stupid numerical stability issue in SVD::solve (though it is not yet as s... | Gael Guennebaud | 2008-09-04 |