aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen
Commit message (Expand)AuthorAge
...
| * | improved selftest for Eigen::Complex -- mainly a documentation of what does n...Gravatar Mark Borgerding2009-10-28
| | * sync with mainlineGravatar Benoit Jacob2009-10-28
| | |\
| | * | big huge changes, so i dont remember everything.Gravatar Benoit Jacob2009-10-28
| * | | added inline to many functionsGravatar Mark Borgerding2009-10-22
| | |/ | |/|
| * | inlining,all namespace declaration moved to FFT, removed preprocessor definit...Gravatar Mark Borgerding2009-10-21
| * | merge branchesGravatar Mark Borgerding2009-10-21
| |\ \
| * | | renamed 'Traits' to 'Impl', added vim modelines for syntax highlightingGravatar Mark Borgerding2009-10-21
| | * | MatrixBase:Gravatar Benoit Jacob2009-10-20
| |/ /
| * | merged eigen2_for_fft into eigen2 mainlineGravatar Mark Borgerding2009-10-20
| |\ \
| * | | * add a Make* expression type builder to allow theGravatar Gael Guennebaud2009-10-16
| * | | add operator+ scalar to AutoDiffScalarGravatar Gael Guennebaud2009-10-16
| | |/ | |/|
| * | autodiff:Gravatar Gael Guennebaud2009-10-15
* | | merge with eigen-tipGravatar Thomas Capricelli2009-10-13
|\| |
* | | fix tests : we perform slightly worse because we do use one more functionGravatar Thomas Capricelli2009-09-28
* | | fdjac2 is not needed anymoreGravatar Thomas Capricelli2009-09-28
* | | remove some duplicated code LevenbergMarquardt::minimizeNumericalDiff*() byGravatar Thomas Capricelli2009-09-28
* | | central sheme for numerical diffGravatar Thomas Capricelli2009-09-28
* | | starting work on a Numerical differenciation moduleGravatar Thomas Capricelli2009-09-28
* | | cleaning docGravatar Thomas Capricelli2009-09-28
| * | default argument for _jac in functor operator() : this way, we can useGravatar 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
| * | 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
* | | 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
* | | 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