remove reference to the dead Array module

This commit is contained in:
Gael Guennebaud
2010-06-19 23:00:22 +02:00
parent 17af8c763d
commit eba418a458
12 changed files with 23 additions and 97 deletions

View File

@@ -34,7 +34,8 @@
* types. Most of the Eigen API is contained in this class, and its base classes. Other important
* classes for the Eigen API are Matrix, and VectorwiseOp.
*
* Note that some methods are defined in the \ref Array_Module array module.
* Note that some methods are defined in other modules such as the \ref LU_Module LU module
* for all functions related to matrix inversions.
*
* \param Derived is the derived type, e.g. a matrix type, or an expression, etc.
*