Update e-mail address

This commit is contained in:
Benoit Jacob
2008-11-24 13:40:43 +00:00
parent 582c1f92c8
commit 00f89a8f37
77 changed files with 82 additions and 132 deletions

View File

@@ -2,7 +2,7 @@ namespace Eigen {
/** \page CustomizingEigen Customizing/Extending Eigen
Eigen2 can be extended in several way, for instance, by defining global methods, \ref ExtendingMatrixBase "by adding custom methods to MatrixBase", adding support to \ref CustomScalarType "custom types" etc.
Eigen2 can be extended in several ways, for instance, by defining global methods, \ref ExtendingMatrixBase "by adding custom methods to MatrixBase", adding support to \ref CustomScalarType "custom types" etc.
\b Table \b of \b contents
- \ref ExtendingMatrixBase