aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/src/AutoDiff
Commit message (Expand)AuthorAge
* bug #1189: fix pow/atan2 compilation for AutoDiffScalarGravatar Gael Guennebaud2016-04-05
* Disable AutoDiffScalar generic copy ctor for non compatible scalar types (fix...Gravatar Gael Guennebaud2015-12-16
* bug #1063: nest AutoDiffScalar by value to avoid dead referencesGravatar Gael Guennebaud2015-11-05
* bug #1070: propagate last three Matrix template arguments for NumTraits<AutoD...Gravatar Gael Guennebaud2015-09-28
* bug #701: workaround (min) and (max) blocking ADL by introducing numext::mini...Gravatar Gael Guennebaud2014-10-20
* Fixed bug #702 and added unit test.Gravatar Christoph Hertzberg2013-11-07
* Backout parts of changeset 6719e56b5bfe9ae4badc9a6e894c5824f663d62eGravatar Gael Guennebaud2013-08-11
* Ref<> objects must be nested by reference because they potentially store a te...Gravatar Gael Guennebaud2013-08-11
* Fix bug #314: move remaining math functions from internal to numext namespaceGravatar Gael Guennebaud2013-06-10
* adapt AutoDiff to scalar_product_traitsGravatar Gael Guennebaud2013-03-20
* Fix bug #561: remove useless sign macroGravatar Gael Guennebaud2013-03-07
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* protect min/max with parenthesisGravatar Gael Guennebaud2012-05-15
* AutoDiffScalar: fix bug with operator/, add missing functionsGravatar Philip Avery2012-05-02
* 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