aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/NumericalDiff
diff options
context:
space:
mode:
Diffstat (limited to 'unsupported/Eigen/NumericalDiff')
-rw-r--r--unsupported/Eigen/NumericalDiff5
1 files changed, 4 insertions, 1 deletions
diff --git a/unsupported/Eigen/NumericalDiff b/unsupported/Eigen/NumericalDiff
index 991ce7c35..82a070d93 100644
--- a/unsupported/Eigen/NumericalDiff
+++ b/unsupported/Eigen/NumericalDiff
@@ -30,9 +30,12 @@
namespace Eigen {
/** \ingroup Unsupported_modules
- * \defgroup NumericalDiff_Module Support for numerical differenciation.
+ * \defgroup NumericalDiff_Module Numerical differenciation module
* See http://en.wikipedia.org/wiki/Numerical_differentiation
*
+ * Warning : this should NOT be confused with automatic differentiation, which
+ * is a different method and has its own module in Eigen.
+ *
* \code
* #include <unsupported/Eigen/NumericalDiff>
* \endcode