aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test/forward_adolc.cpp
Commit message (Collapse)AuthorAge
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
|
* update adolc support wrt "new" NumTraits mechanismGravatar Gael Guennebaud2012-06-18
|
* fix compilation and unit test of adolcGravatar Gael Guennebaud2010-10-26
|
* 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?
* fix adolc unit test for dynamic sizesGravatar Gael Guennebaud2009-05-12
|
* Compile fix.Gravatar Jos van den Oever2009-04-05
|
* 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).
* add a proof of concept autodiff jacobian helper class based on adolcGravatar Gael Guennebaud2009-02-27
with unit test and FindAdolc cmake module