aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported
Commit message (Collapse)AuthorAge
...
* | | remove the boring, old-school nprint option, we'll have a dedicatedGravatar Thomas Capricelli2009-08-25
| | | | | | | | | | | | method for 'one iteration' anyway.
* | | cleaningGravatar Thomas Capricelli2009-08-25
| | |
* | | move most of results vectors/matrices inside respective classes.Gravatar Thomas Capricelli2009-08-25
| | |
* | | cleaningGravatar Thomas Capricelli2009-08-25
| | |
* | | merge both c methods lmstr/lmstr1 into one classGravatar Thomas Capricelli2009-08-25
| | | | | | | | | | | | LevenbergMarquardtOptimumStorage with two methods.
* | | merge both c methods lmdif/lmdif1 into one classGravatar Thomas Capricelli2009-08-25
| | | | | | | | | | | | LevenbergMarquardtNumericalDiff with two methods.
* | | cleaningGravatar Thomas Capricelli2009-08-25
| | |
* | | merge both c methods hybrj1/hybrj into one class HybridNonLinearSolver withGravatar Thomas Capricelli2009-08-25
| | | | | | | | | | | | two methods. hybrd stuff renamed to HybridNonLinearSolverNumericalDiff.
* | | merge both c methods hybrd/hybrd1 into one class HybridNonLinearSolver withGravatar Thomas Capricelli2009-08-25
| | | | | | | | | | | | two methods.
* | | merge both c methods lmder/lmder1 into one class LevenbergMarquardt withGravatar Thomas Capricelli2009-08-25
| | | | | | | | | | | | two methods.
* | | clean fortran stuff in fdjac*Gravatar Thomas Capricelli2009-08-24
| | |
* | | some more work on FunctorsGravatar Thomas Capricelli2009-08-24
| | |
* | | playing with functorsGravatar Thomas Capricelli2009-08-24
| | |
* | | cleaningGravatar Thomas Capricelli2009-08-24
| | |
* | | cleaning covarGravatar Thomas Capricelli2009-08-24
| | |
* | | eigenization of ei_covar()Gravatar Thomas Capricelli2009-08-24
| | |
* | | covar : cleaning, removing goto'sGravatar Thomas Capricelli2009-08-24
| | |
* | | further cleaning/ goto removingGravatar Thomas Capricelli2009-08-24
| | |
* | | clean debug stuffGravatar Thomas Capricelli2009-08-24
| | |
* | | cleaning some moreGravatar Thomas Capricelli2009-08-24
| | |
* | | cleaning, removing goto's, uniformization (try to reduce diff betweenGravatar Thomas Capricelli2009-08-24
| | | | | | | | | | | | hybr[dj].h or lm[der,dif,str].h as much as possible), for future merging.
* | | clean, remove goto'sGravatar Thomas Capricelli2009-08-24
| | |
* | | cleaning, fixing most goto'sGravatar Thomas Capricelli2009-08-24
| | |
* | | misc cleaningGravatar Thomas Capricelli2009-08-24
| | |
* | | use a local variable for qrfacGravatar Thomas Capricelli2009-08-24
| | |
* | | move ipvt/fortran fixing deeperGravatar Thomas Capricelli2009-08-24
| | |
* | | various cleaning and homogeneizationGravatar Thomas Capricelli2009-08-24
| | |
* | | dogleg, lmpar : use more eigen featuresGravatar Thomas Capricelli2009-08-23
| | |
* | | trivial fixesGravatar Thomas Capricelli2009-08-23
| | |
* | | eigenize dogleg()Gravatar Thomas Capricelli2009-08-23
| | |
* | | only indentation fixes (this eases porting)Gravatar Thomas Capricelli2009-08-23
| | |
* | | porting lmpar() to eigen : both api and some of the codeGravatar Thomas Capricelli2009-08-23
| | |
* | | misc cleaningGravatar Thomas Capricelli2009-08-23
| | |
* | | cleaning fdjac*()Gravatar Thomas Capricelli2009-08-23
| | |
* | | only indentationGravatar Thomas Capricelli2009-08-23
| | |
* | | some eigenization in main algorithmsGravatar Thomas Capricelli2009-08-23
| | |
* | | beautify functors for lmdif, lmstr, hybrj, hybrdGravatar Thomas Capricelli2009-08-23
| | |
* | | beautify Functor for lmder : we now have f,df,debug methodsGravatar Thomas Capricelli2009-08-23
| | |
* | | * use eigen object for callbacks for hybrd and lmdifGravatar Thomas Capricelli2009-08-23
| | | | | | | | | | | | * use Functor instead of argument for ei_fdjac*()
* | | use eigen objects for ei_fdjac*(), this is a prerequisite before portingGravatar Thomas Capricelli2009-08-23
| | | | | | | | | | | | hybrd/lmdif..
* | | use eigen objects for hybrj and lmstrGravatar Thomas Capricelli2009-08-23
| | |
* | | use eigen objects for the lmder callbackGravatar Thomas Capricelli2009-08-23
| | |
* | | remove redundant code, fix bounds in those loops that still come fromGravatar Thomas Capricelli2009-08-23
| | | | | | | | | | | | fortran
* | | we do not need/use the 'void *p' parameterGravatar Thomas Capricelli2009-08-23
| | |
* | | forgot to clean this oneGravatar Thomas Capricelli2009-08-22
| | |
* | | ei_lmpar : use a reference for the parameterGravatar Thomas Capricelli2009-08-22
| | |
* | | use const for machine constantsGravatar Thomas Capricelli2009-08-22
| | |
* | | keep on cleaning f2c messGravatar Thomas Capricelli2009-08-22
| | |
* | | cleaning f2c mess / trivial stuffGravatar Thomas Capricelli2009-08-22
| | |
* | | use blueNorm() instead of norm()Gravatar Thomas Capricelli2009-08-22
| | |