aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/NumericalDiff
diff options
context:
space:
mode:
authorGravatar Thomas Capricelli <orzel@freehackers.org>2009-11-09 06:45:27 +0100
committerGravatar Thomas Capricelli <orzel@freehackers.org>2009-11-09 06:45:27 +0100
commit087df89e207d54ac7f4a3e732b949d3963c57dbc (patch)
tree0c82cc29d8a156c434e39b0f486840a68f5ff72d /unsupported/Eigen/NumericalDiff
parentd1cc2745f7fcd98938f3484687fba95ff2e5d3db (diff)
few doc fixes
Diffstat (limited to 'unsupported/Eigen/NumericalDiff')
-rw-r--r--unsupported/Eigen/NumericalDiff10
1 files changed, 6 insertions, 4 deletions
diff --git a/unsupported/Eigen/NumericalDiff b/unsupported/Eigen/NumericalDiff
index 9d5bab6f5..2ad25bffa 100644
--- a/unsupported/Eigen/NumericalDiff
+++ b/unsupported/Eigen/NumericalDiff
@@ -31,13 +31,18 @@ namespace Eigen {
/** \ingroup Unsupported_modules
* \defgroup NumericalDiff_Module Numerical differenciation module
+ *
+ * \code
+ * #include <unsupported/Eigen/NumericalDiff>
+ * \endcode
+ *
* 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 : \ref
* AutoDiff_Module.
*
- * Currently only "Forward" and "Central" scheme are implemented. Those
+ * Currently only "Forward" and "Central" schemes are implemented. Those
* are basic methods, and there exist some more elaborated way of
* computing such approximates. They are implemented using both
* proprietary and free software, and usually requires linking to an
@@ -53,9 +58,6 @@ namespace Eigen {
* provide full features compatibility with the original (c)minpack
* package.
*
- * \code
- * #include <unsupported/Eigen/NumericalDiff>
- * \endcode
*/
//@{