| 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 |
* | 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 |
* | * implement the corner() API change: new methods topLeftCorner() etc | Benoit Jacob | 2010-04-22 |
* | - 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 |
* | New UpperBidiagonalization class | Benoit Jacob | 2010-01-14 |
* | remove the Triangular suffix to Upper, Lower, UnitLower, etc, | Gael Guennebaud | 2010-01-07 |
* | 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 |
| * | simplification | Benoit Jacob | 2009-11-18 |
| * | fix stuff after the PermutationMatrix changes. | Benoit Jacob | 2009-11-18 |
|/ |
|
* | * 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 |
* | | 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 |
* | merge | Benoit Jacob | 2009-09-02 |
|\ |
|
* | | JacobiSVD: implement general R-SVD using full-pivoting QR, so we now support ... | Benoit Jacob | 2009-09-02 |
| * | added missing JacobiRotation's ... | Hauke Heibel | 2009-09-01 |
|/ |
|
* | add a JacobiRotation class wrapping the cosine-sine pair with | Gael Guennebaud | 2009-09-01 |
* | * JacobiSVD: | Benoit Jacob | 2009-08-31 |
* | 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 |
* | machine_epsilon -> epsilon as wrapper around numeric_traits | Benoit Jacob | 2009-08-14 |
* | * remove EIGEN_DONT_INLINE that harm performance for small sizes | Benoit Jacob | 2009-08-13 |
* | make jacobi SVD more robust after experimenting with very nasty matrices... | Benoit Jacob | 2009-08-12 |
* | finally, the good approach was two-sided Jacobi. Indeed, it allows | Benoit Jacob | 2009-08-12 |
* | don't depend on uninitialized value | Benoit Jacob | 2009-08-09 |
* | * add Jacobi transformations | Benoit Jacob | 2009-08-09 |