aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/src/AutoDiff
Commit message (Expand)AuthorAge
* Reduce code duplication and avoid confusing DoxygenGravatar Christoph Hertzberg2019-12-19
* bug #1281: fix AutoDiffScalar's make_coherent for nested expression of consta...Gravatar Gael Guennebaud2019-11-14
* EIGEN_UNUSED is not supported by g++4.7 (and not portable)Gravatar Christoph Hertzberg2018-09-12
* bug #1451: fix numeric_limits<AutoDiffScalar<Der>> with a reference as deriva...Gravatar Gael Guennebaud2018-08-04
* Specializing numeric_limits For AutoDiffScalarGravatar Mmanu Chaturvedi2017-05-23
* bug #1401: fix compilation of "cond ? x : -x" with x an AutoDiffScalarGravatar Gael Guennebaud2017-03-08
* Made AutoDiffJacobian more intuitive to use and updated for C++11Gravatar Emil Fresk2016-09-16
* bug #1167: simplify installation of header files using cmake's install(DIRECT...Gravatar Gael Guennebaud2016-08-29
* bug #1264: fix compilationGravatar Gael Guennebaud2016-07-27
* Big 1261: add missing max(ADS,ADS) overload (same for min)Gravatar Gael Guennebaud2016-07-27
* bug #1260: remove doubtful specializations of ScalarBinaryOpTraitsGravatar Gael Guennebaud2016-07-27
* bug #1250: fix pow() for AutoDiffScalar with custom nested scalar type.Gravatar Gael Guennebaud2016-07-25
* Fix hyperbolic functions for autodiff.Gravatar Gael Guennebaud2016-06-24
* merge pull request 198Gravatar Gael Guennebaud2016-06-24
|\
| * Fix some unused typedef warnings.Gravatar Gael Guennebaud2016-06-24
| * Fix NumTraits<AutoDiff>Gravatar Gael Guennebaud2016-06-24
| * Fix instantiation of ScalarBinaryOpTraits for AutoDiff.Gravatar Gael Guennebaud2016-06-24
* | Add autodiff coverage for standard library hyperbolic functions, and tests.Gravatar Geoffrey Lalonde2016-06-15
| * Update AutoDiffScalar wrt to scalar-multiple.Gravatar Gael Guennebaud2016-06-14
| * Add bind1st_op and bind2nd_op helpers to turn binary functors into unary ones...Gravatar Gael Guennebaud2016-06-13
| * Relax mixing-type constraints for binary coefficient-wise operators:Gravatar Gael Guennebaud2016-06-06
|/
* Pass argument by const ref instead of by value in pow(AutoDiffScalar...)Gravatar Gael Guennebaud2016-05-18
* bug #1223: fix compilation of AutoDiffScalar's min/max operators, and add reg...Gravatar Gael Guennebaud2016-05-18
* bug #1222: fix compilation in AutoDiffScalar and add respective unit testGravatar Gael Guennebaud2016-05-18
* 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