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

@@ -35,6 +35,9 @@ namespace Eigen {
* This module features forward automatic differentation via a simple
* templated scalar type wrapper AutoDiffScalar.
*
* Warning : this should NOT be confused with numerical differentiation, which
* is a different method and has its own module in Eigen.
*
* \code
* #include <unsupported/Eigen/AutoDiff>
* \endcode