aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/src/NonLinearOptimization
Commit message (Collapse)AuthorAge
...
* some more (thoroughly checked) eigenizationGravatar Thomas Capricelli2010-01-26
|
* fix a bug introduced between the cminpack version of Manolis Lourakis andGravatar Thomas Capricelli2010-01-26
| | | | | | the one from Frédéric Devernay. Here, we want to compute the max over the column, the -1 is not needed in fortran because indices start at 1, contrary to c/c++.
* Use eigen methods for solving triangular systems. We loose again veryGravatar Thomas Capricelli2010-01-25
| | | | slightly on both speed and precision on some tests.
* define ei_lmpar2() that takes a ColPivHouseholderQR as argument. We stillGravatar Thomas Capricelli2010-01-25
| | | | need to keep the old one around, though.
* Replace the qr factorization from (c)minpack (qrfac) by Eigen's own stuff.Gravatar Thomas Capricelli2010-01-25
| | | | Results as checked by unit tests are very slightly worse, but not much.
* useful cleaningGravatar Thomas Capricelli2010-01-25
|
* useless cleaningGravatar Thomas Capricelli2010-01-25
|
* erm.. forgot to test after previous commit. Now it's ok (tm).Gravatar Thomas Capricelli2010-01-19
|
* introduce new state, "Not started"Gravatar Thomas Capricelli2010-01-13
|
* port unsupported modules to new APIGravatar Gael Guennebaud2010-01-05
|
* mergeGravatar Benoit Jacob2010-01-04
|\
* | Big renaming:Gravatar Benoit Jacob2010-01-04
| | | | | | | | | | | | start ---> head end ---> tail Much frustration with sed syntax. Need to learn perl some day.
| * accessor for the levenberg-marquardt parameterGravatar Thomas Capricelli2010-01-05
|/
* Remove //@{ ... //@} for same reason as in changeset ↵Gravatar Jitse Niesen2009-12-13
| | | | | | 2026ea7ff2be0473511cc74c56538cb98c13d301 .
* cleaningGravatar Thomas Capricelli2009-11-26
|
* cleaningGravatar Thomas Capricelli2009-11-26
|
* kill yet another un-needed parameterGravatar Thomas Capricelli2009-11-26
|
* make qrsolv use eigen typesGravatar Thomas Capricelli2009-11-26
|
* clean qrsolvGravatar Thomas Capricelli2009-11-26
|
* reduce ei_qrsolv() signature, wa is actually a 'working array'Gravatar Thomas Capricelli2009-11-26
|
* computes column norms outside of ei_qrfac()Gravatar Thomas Capricelli2009-11-26
|
* cleaningGravatar Thomas Capricelli2009-11-26
|
* use typedefGravatar Thomas Capricelli2009-11-25
|
* silent warningsGravatar Thomas Capricelli2009-11-25
|
* some more documentationGravatar Thomas Capricelli2009-11-09
|
* various fixes in headersGravatar Thomas Capricelli2009-11-09
|
* rename NonLinear to NonLinearOptimizationGravatar Thomas Capricelli2009-11-09