aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/src/NonLinearOptimization/LevenbergMarquardt.h
Commit message (Expand)AuthorAge
* Fixed some incorrect assertionsGravatar Benoit Steiner2016-05-05
* Remove LM::sqrt_() member function in favor of a shortcut for sqrt(epsilon())Gravatar Gael Guennebaud2014-09-02
* Allow LevenbergMarquardt to work with non-standard types.Gravatar Freddie Witherden2014-08-27
* Fix bug #314: move remaining math functions from internal to numext namespaceGravatar Gael Guennebaud2013-06-10
* Replace assert() by eigen_assert() (fixes bug #548).Gravatar Jitse Niesen2013-02-02
* Backed out changeset 363e506776babe4fdfb8e670fe6d91942fc61d7cGravatar Gael Guennebaud2012-12-07
* Rename the old LevenbergMarquardt class to LevenbergMarquardtLegacyGravatar Desire NUENTSA2012-12-07
* Fix bug #314:Gravatar Gael Guennebaud2012-11-06
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* fix lmdif1 with Scalar!=doubleGravatar Gael Guennebaud2012-05-01
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
* protect calls to min and max with parentheses to make Eigen compatible with d...Gravatar Gael Guennebaud2011-07-21
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* Fixed many MSVC warnings.Gravatar Hauke Heibel2010-06-09
* the Index types change.Gravatar Benoit Jacob2010-05-30
* * implement the corner() API change: new methods topLeftCorner() etcGravatar Benoit Jacob2010-04-22
* misc cleaningGravatar Thomas Capricelli2010-02-28
* NonLinearOptimization : clean 'mode' handling from the old minpack code :Gravatar Thomas Capricelli2010-02-21
* fix usage of epsilon wrt to latest API changeGravatar Thomas Capricelli2010-02-11
* erm.... using nxn is the actual purpose of this variant, fix this.Gravatar Thomas Capricelli2010-01-29
* Put the Status outside of the class, it really does not depend on theGravatar Thomas Capricelli2010-01-28
* misc cleaning / eigenizationGravatar Thomas Capricelli2010-01-28
* port ei_rwupdt to c++, and misc cleaningGravatar Thomas Capricelli2010-01-27
* use PlanarRotation<> instead of handmade givens rotation in cminpack codeGravatar Thomas Capricelli2010-01-26
* more eigenization, dropped 'ipvt' in lmGravatar Thomas Capricelli2010-01-26
* remove spacesGravatar Thomas Capricelli2010-01-26
* cleaningGravatar Thomas Capricelli2010-01-26
* define ei_lmpar2() that takes a ColPivHouseholderQR as argument. We stillGravatar Thomas Capricelli2010-01-25
* Replace the qr factorization from (c)minpack (qrfac) by Eigen's own stuff.Gravatar 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
| * accessor for the levenberg-marquardt parameterGravatar Thomas Capricelli2010-01-05
|/
* Remove //@{ ... //@} for same reason as in changeset 2026ea7ff2be0473511cc74c...Gravatar Jitse Niesen2009-12-13
* kill yet another un-needed parameterGravatar Thomas Capricelli2009-11-26
* computes column norms outside of ei_qrfac()Gravatar Thomas Capricelli2009-11-26
* use typedefGravatar Thomas Capricelli2009-11-25
* various fixes in headersGravatar Thomas Capricelli2009-11-09
* rename NonLinear to NonLinearOptimizationGravatar Thomas Capricelli2009-11-09