starting documentation

This commit is contained in:
Thomas Capricelli
2009-11-09 03:07:36 +01:00
parent ecbcdafb0f
commit cddc83752c
4 changed files with 16 additions and 3 deletions

View File

@@ -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