aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test/autodiff.cpp
Commit message (Collapse)AuthorAge
* Make some actual verifications inside the autodiff unit testGravatar Christoph Hertzberg2014-04-01
|
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
|
* fix some compilation issuesGravatar Gael Guennebaud2011-09-23
|
* add atan2 support in AutoDiff and remove superfluous std:: specializationsGravatar Gael Guennebaud2011-09-05
|
* a couple of improvements in the Autodiff moduleGravatar Gael Guennebaud2010-01-05
|
* mergeGravatar Gael Guennebaud2009-12-04
|
* autodiff:Gravatar Gael Guennebaud2009-10-15
| | | | | | * fix namespace issue * simplify Jacobian code * fix issue with "Dynamic derivatives"
* remove references to adolc and split tests functions for clarityGravatar Thomas Capricelli2009-09-27
|
* remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
| | | | it never made very precise sense. but now does it still make any?
* CREDIT Hauke Heibel, fix MSVC warningsGravatar Benoit Jacob2009-05-09
|
* clean asm commentsGravatar Gael Guennebaud2009-04-09
|
* add an auto-diff module in unsupported. it is similar to adolc's forwardGravatar Gael Guennebaud2009-04-01
mode but the advantage of using Eigen's expression template to compute the derivatives (unless you nest an AutoDiffScalar into an Eigen's matrix).