aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/NonLinearOptimization
Commit message (Collapse)AuthorAge
* * implement the corner() API change: new methods topLeftCorner() etcGravatar Benoit Jacob2010-04-22
| | | | | | | | * get rid of BlockReturnType: it was not needed, and code was not always using it consistently anyway * add topRows(), leftCols(), bottomRows(), rightCols() * add corners unit-test covering all of that * adapt docs, expand "porting from eigen 2 to 3" * adapt Eigen2Support
* fix compilationGravatar Thomas Capricelli2010-01-27
|
* doc : update code, mention examplesGravatar Thomas Capricelli2010-01-27
|
* forgot to commit this: qform.h is not used anymoreGravatar Thomas Capricelli2010-01-26
|
* 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.
* fix compilation in some casesGravatar Thomas Capricelli2010-01-04
|
* Remove //@{ ... //@} for same reason as in changeset ↵Gravatar Jitse Niesen2009-12-13
| | | | | | 2026ea7ff2be0473511cc74c56538cb98c13d301 .
* fix compilation (for some reason the pb happens only under windows)Gravatar Thomas Capricelli2009-12-11
|
* fix important typoGravatar Thomas Capricelli2009-11-21
|
* documentation fixesGravatar Thomas Capricelli2009-11-10
|
* few doc fixesGravatar Thomas Capricelli2009-11-09
|
* more documentatinGravatar Thomas Capricelli2009-11-09
|
* some more documentationGravatar Thomas Capricelli2009-11-09
|
* rename NonLinear to NonLinearOptimizationGravatar Thomas Capricelli2009-11-09