* eigen2->eigen3

* bump version to 2.91.0
* add FindEigen3.cmake
This commit is contained in:
Benoit Jacob
2009-11-19 12:09:04 -05:00
parent abb2a1bb15
commit b5f4636d42
12 changed files with 104 additions and 41 deletions

View File

@@ -2,7 +2,7 @@ namespace Eigen {
/** \page CustomizingEigen Advanced - Customizing/Extending Eigen
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.
Eigen 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