aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/src/AutoDiff
Commit message (Expand)AuthorAge
* typoGravatar Gael Guennebaud2011-11-23
* fix some compilation issuesGravatar Gael Guennebaud2011-09-23
* fix atan2 when tmp4==0Gravatar Gael Guennebaud2011-09-22
* add tan, acos, asinGravatar Gael Guennebaud2011-09-14
* add atan2 support in AutoDiff and remove superfluous std:: specializationsGravatar Gael Guennebaud2011-09-05
* Autodiff: fix scalr - active_scalarGravatar Gael Guennebaud2011-05-14
* AutoDiff: add one missing operator- versionGravatar Gael Guennebaud2011-05-12
* AutoDiff: fix most of bug #234 (missing operators, used old internal math fun...Gravatar Gael Guennebaud2011-05-12
* AutoDiff: fix unary operator-Gravatar Gael Guennebaud2011-05-12
* fix crash in autodiffGravatar Gael Guennebaud2011-01-28
* fix compilation with old gccGravatar Gael Guennebaud2011-01-28
* fix many missing const in return typesGravatar Gael Guennebaud2011-01-27
* Renamed cleantype to remove_all since it is close to remove_{const|pointer|re...Gravatar Hauke Heibel2010-10-26
* Initial fixes for bug #85.Gravatar Hauke Heibel2010-10-25
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* email changeGravatar Gael Guennebaud2010-06-24
* the Index types change.Gravatar Benoit Jacob2010-05-30
* Complete rework of global math functions and NumTraits.Gravatar Benoit Jacob2010-04-28
* Added missing precision/eps functions to AutoDiffScalar.Gravatar Hauke Heibel2010-02-21
* a couple of improvements in the Autodiff moduleGravatar Gael Guennebaud2010-01-05
* Even more NestByValue cleanup...Gravatar Hauke Heibel2009-12-01
* * mergeGravatar Benoit Jacob2009-11-09
|\
| * improve a bit AutoDiffVector, but it still not workingGravatar Gael Guennebaud2009-11-06
|/
* * 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
* default argument for _jac in functor operator() : this way, we can useGravatar Thomas Capricelli2009-09-28
* remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
* forgot a svn add CMakeLists.txtGravatar Gael Guennebaud2009-05-07
* add an auto-diff module in unsupported. it is similar to adolc's forwardGravatar Gael Guennebaud2009-04-01