aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/AutoDiff
diff options
context:
space:
mode:
authorGravatar Thomas Capricelli <orzel@freehackers.org>2009-11-09 03:07:36 +0100
committerGravatar Thomas Capricelli <orzel@freehackers.org>2009-11-09 03:07:36 +0100
commitcddc83752c926be15a2d08d49d560406de6985d0 (patch)
tree156331450037cc8f713176113a7830a43c8e86a0 /unsupported/Eigen/AutoDiff
parentecbcdafb0fb039a0496e9209f10bb67793843608 (diff)
starting documentation
Diffstat (limited to 'unsupported/Eigen/AutoDiff')
-rw-r--r--unsupported/Eigen/AutoDiff3
1 files changed, 3 insertions, 0 deletions
diff --git a/unsupported/Eigen/AutoDiff b/unsupported/Eigen/AutoDiff
index 2bf8de6f6..c6f6ba0b2 100644
--- a/unsupported/Eigen/AutoDiff
+++ b/unsupported/Eigen/AutoDiff
@@ -35,6 +35,9 @@ namespace Eigen {
* This module features forward automatic differentation via a simple
* templated scalar type wrapper AutoDiffScalar.
*
+ * Warning : this should NOT be confused with numerical differentiation, which
+ * is a different method and has its own module in Eigen.
+ *
* \code
* #include <unsupported/Eigen/AutoDiff>
* \endcode