aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/NumericalDiff
diff options
context:
space:
mode:
authorGravatar Thomas Capricelli <orzel@freehackers.org>2009-11-09 04:52:47 +0100
committerGravatar Thomas Capricelli <orzel@freehackers.org>2009-11-09 04:52:47 +0100
commit17f3e8571cee142dc62b04d5ba4174fe1b9aa53a (patch)
treefabad3a5bbe9eeac55dc59ea7981827dd41a4c3c /unsupported/Eigen/NumericalDiff
parent3e17046668fa2697999852a8f6626a3425c4175f (diff)
more documentatin
Diffstat (limited to 'unsupported/Eigen/NumericalDiff')
-rw-r--r--unsupported/Eigen/NumericalDiff3
1 files changed, 2 insertions, 1 deletions
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