aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/src/NonLinear/lmder.h
Commit message (Expand)AuthorAge
* playing with functorsGravatar 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
* 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
* porting lmpar() to eigen : both api and some of the codeGravatar Thomas Capricelli2009-08-23
* misc cleaningGravatar Thomas Capricelli2009-08-23
* some eigenization in main algorithmsGravatar Thomas Capricelli2009-08-23
* beautify Functor for lmder : we now have f,df,debug methodsGravatar Thomas Capricelli2009-08-23
* use eigen objects for the lmder callbackGravatar Thomas Capricelli2009-08-23
* we do not need/use the 'void *p' parameterGravatar Thomas Capricelli2009-08-23
* ei_lmpar : use a reference for the parameterGravatar Thomas Capricelli2009-08-22
* Now that the main algorithms are imported into eigen, we import subroutinesGravatar Thomas Capricelli2009-08-22
* cleaning defines from f2c (use std::min and such instead of own ones)Gravatar Thomas Capricelli2009-08-22
* cleaning : removing #define, use std:min() and suchGravatar Thomas Capricelli2009-08-22
* be (hopefully) smarter with indices convention : we keep the c conventionGravatar Thomas Capricelli2009-08-21
* merging ei_lmder and lmder_template into ei_lmder() which takes eigenGravatar Thomas Capricelli2009-08-21
* simplifyingGravatar Thomas Capricelli2009-08-21
* use ei_sqrt instead of sqrtGravatar Thomas Capricelli2009-08-21
* rename i__ to i. i really wonder how f2c can produce such thingsGravatar Thomas Capricelli2009-08-21
* use references intead of pointers for njev/nfevGravatar Thomas Capricelli2009-08-21
* use math function adapted to the Scalar type instead of hardcoding float orGravatar Thomas Capricelli2009-08-21
* some more trivial fixes to f2c generated codeGravatar Thomas Capricelli2009-08-20
* nothing more than indentation fixes (using vim '=' command)Gravatar Thomas Capricelli2009-08-20
* cleaning f2c messGravatar Thomas Capricelli2009-08-20
* coherency for scalar typename : use "Scalar" everywhereGravatar 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