aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/NonLinearOptimization
Commit message (Collapse)AuthorAge
* bug #1596: fix inclusion of Eigen's header within unsupported modules.Gravatar Gael Guennebaud2018-09-17
|
* Fix docGravatar Gael Guennebaud2018-07-12
|
* Fix typos found using codespellGravatar Gael Guennebaud2018-06-07
|
* fix a weird typo I commited in ae76c977041e7584324738a3075d4a926508dd90Gravatar Thomas Capricelli2013-06-03
| | | | (Nov 10th, 2009)
* remove the 'Unsupported Modules' meta moduleGravatar Gael Guennebaud2013-01-11
|
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
|
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
|
* * 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