aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/AutoDiff
Commit message (Collapse)AuthorAge
* Fix numerous shadow-warnings for GCC<=4.8Gravatar Christoph Hertzberg2018-08-28
|
* remove the 'Unsupported Modules' meta moduleGravatar Gael Guennebaud2013-01-11
|
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
|
* 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).