From 17f3e8571cee142dc62b04d5ba4174fe1b9aa53a Mon Sep 17 00:00:00 2001 From: Thomas Capricelli Date: Mon, 9 Nov 2009 04:52:47 +0100 Subject: more documentatin --- unsupported/Eigen/NumericalDiff | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'unsupported/Eigen/NumericalDiff') diff --git a/unsupported/Eigen/NumericalDiff b/unsupported/Eigen/NumericalDiff index 3a8bc3287..9d5bab6f5 100644 --- a/unsupported/Eigen/NumericalDiff +++ b/unsupported/Eigen/NumericalDiff @@ -34,7 +34,8 @@ namespace Eigen { * 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. + * is a different method and has its own module in Eigen : \ref + * AutoDiff_Module. * * Currently only "Forward" and "Central" scheme are implemented. Those * are basic methods, and there exist some more elaborated way of -- cgit v1.2.3