From cddc83752c926be15a2d08d49d560406de6985d0 Mon Sep 17 00:00:00 2001 From: Thomas Capricelli Date: Mon, 9 Nov 2009 03:07:36 +0100 Subject: starting documentation --- unsupported/Eigen/AutoDiff | 3 +++ 1 file changed, 3 insertions(+) (limited to 'unsupported/Eigen/AutoDiff') 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 * \endcode -- cgit v1.2.3