aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/NonLinear
Commit message (Expand)AuthorAge
* fdjac2 is not needed anymoreGravatar Thomas Capricelli2009-09-28
* remove some duplicated code LevenbergMarquardt::minimizeNumericalDiff*() byGravatar Thomas Capricelli2009-09-28
* cleaning docGravatar Thomas Capricelli2009-09-28
* merge filesGravatar Thomas Capricelli2009-08-25
* rename filesGravatar Thomas Capricelli2009-08-25
* merge both c methods lmstr/lmstr1 into one classGravatar Thomas Capricelli2009-08-25
* merge both c methods lmdif/lmdif1 into one classGravatar Thomas Capricelli2009-08-25
* merge both c methods hybrj1/hybrj into one class HybridNonLinearSolver withGravatar Thomas Capricelli2009-08-25
* merge both c methods hybrd/hybrd1 into one class HybridNonLinearSolver withGravatar Thomas Capricelli2009-08-25
* merge both c methods lmder/lmder1 into one class LevenbergMarquardt withGravatar Thomas Capricelli2009-08-25
* * use eigen object for callbacks for hybrd and lmdifGravatar Thomas Capricelli2009-08-23
* we do not need/use the 'void *p' parameterGravatar Thomas Capricelli2009-08-23
* raw import of covar() : this is the last one, and we now do not depend onGravatar Thomas Capricelli2009-08-22
* Now that the main algorithms are imported into eigen, we import subroutinesGravatar Thomas Capricelli2009-08-22
* cleaning : removing #define, use std:min() and suchGravatar Thomas Capricelli2009-08-22
* merging ei_lmdif() and lmdif_template()Gravatar Thomas Capricelli2009-08-21
* rename i__ to i. i really wonder how f2c can produce such thingsGravatar Thomas Capricelli2009-08-21
* * porting lmdif1 to eigenGravatar Thomas Capricelli2009-08-20
* porting hybrj1 to eigenGravatar Thomas Capricelli2009-08-20
* porting hybrd1 to eigenGravatar Thomas Capricelli2009-08-20
* porting lmstr1 to eigenGravatar Thomas Capricelli2009-08-20
* porting lmder1 to eigen (no more wrapper)Gravatar Thomas Capricelli2009-08-20
* use eigen stableNorm() instead of cminpack 'enorm'. The results are mostlyGravatar Thomas Capricelli2009-08-20
* use machine precision from eigen instead of the one from cminpack. The testGravatar Thomas Capricelli2009-08-19
* import main files from cminpack as *.h files:Gravatar Thomas Capricelli2009-08-19
* i wonder how useful this really is, but others do this way. ProbablyGravatar Thomas Capricelli2009-08-09
* Start of module "NonLinear". We start out of cminpack-1.0.2Gravatar Thomas Capricelli2009-08-08