aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported
Commit message (Expand)AuthorAge
...
| * | default argument for _jac in functor operator() : this way, we can useGravatar Thomas Capricelli2009-09-28
* | | use dynamic type in functor, as NonLinear only knows about this currentlyGravatar Thomas Capricelli2009-09-28
* | | use operator() so that to be coherent with eigen AutoDiff functorGravatar Thomas Capricelli2009-09-28
* | | define a generic functor and makes other ones inherit itGravatar Thomas Capricelli2009-09-28
| * | remove references to adolc and split tests functions for clarityGravatar Thomas Capricelli2009-09-27
| * | * Introduce make targets btest (build tests), blas (build blas lib), demos (b...Gravatar Benoit Jacob2009-09-27
| * | update URL for adol-cGravatar Thomas Capricelli2009-09-27
| * | fix warning with gcc 4.2Gravatar Gael Guennebaud2009-09-15
* | | cleaningGravatar Thomas Capricelli2009-09-15
* | | fix indentation (and only that)Gravatar Thomas Capricelli2009-09-14
| | * added the test case for FFTWGravatar Mark Borgerding2009-09-14
* | | provide some default values for important results. So that we can read themGravatar Thomas Capricelli2009-09-13
* | | cleaningGravatar Thomas Capricelli2009-09-13
* | | functors need not be constGravatar Thomas Capricelli2009-09-11
| * | Remove no-op statement in AlignedVector3.Gravatar Jitse Niesen2009-09-10
* | | merge with tipGravatar Thomas Capricelli2009-09-10
|\| |
| * | Re-factor matrix exponential.Gravatar Jitse Niesen2009-09-08
* | | fix warning about unused variableGravatar Thomas Capricelli2009-08-29
* | | eigenization of fcn_chkder + bugfixGravatar Thomas Capricelli2009-08-29
* | | fix bounds using c standard instead of fortran'sGravatar Thomas Capricelli2009-08-29
* | | fix indentation for fcn_chkderGravatar Thomas Capricelli2009-08-29
* | | check number of evaluation even in the case of *1(), now we have it..Gravatar Thomas Capricelli2009-08-26
* | | move Parameters as a class member, simplify calling sequence. ConvenienceGravatar Thomas Capricelli2009-08-26
* | | remove printfs, they are of no use and may prevent compilationGravatar Thomas Capricelli2009-08-26
* | | cleaningGravatar Thomas Capricelli2009-08-25
* | | split every algorithm in *Init() + while(running) { *OneStep() }Gravatar Thomas Capricelli2009-08-25
* | | move more stuff into ParametersGravatar Thomas Capricelli2009-08-25
* | | cleaningGravatar Thomas Capricelli2009-08-25
* | | reduce local variables so that we can split algorithmsGravatar Thomas Capricelli2009-08-25
* | | cleaningGravatar Thomas Capricelli2009-08-25
* | | put nfev/njev as internal variables as wellGravatar Thomas Capricelli2009-08-25
* | | oops... fixing return values, some copy/paste was done far too quicklyGravatar Thomas Capricelli2009-08-25
* | | if mode==2, the user is supposed to supply diag: do some basic check.Gravatar Thomas Capricelli2009-08-25
* | | make diag be an internal variable tooGravatar Thomas Capricelli2009-08-25
* | | define and use struct ParametersGravatar Thomas Capricelli2009-08-25
* | | those are actually boolsGravatar Thomas Capricelli2009-08-25
* | | cleaningGravatar Thomas Capricelli2009-08-25
* | | use an enum for status reportingGravatar Thomas Capricelli2009-08-25
* | | merge filesGravatar Thomas Capricelli2009-08-25
* | | rename filesGravatar Thomas Capricelli2009-08-25
* | | remove the boring, old-school nprint option, we'll have a dedicatedGravatar Thomas Capricelli2009-08-25
* | | 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
* | | merge both c methods lmdif/lmdif1 into one classGravatar Thomas Capricelli2009-08-25
* | | cleaningGravatar 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