aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/AutoDiff
Commit message (Collapse)AuthorAge
* Clean up one compilation error and two warnings.Gravatar Jitse Niesen2010-01-26
|
* mergeGravatar Gael Guennebaud2009-12-04
|
* more documentatinGravatar Thomas Capricelli2009-11-09
|
* starting documentationGravatar Thomas Capricelli2009-11-09
|
* 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?
* 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).