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

@@ -52,8 +52,6 @@
* It is the return type of MatrixBase::cwise()
* and most of the time this is the only way it is used.
*
* Note that some methods are defined in the \ref Array_Module array module.
*
* Example: \include MatrixBase_cwise_const.cpp
* Output: \verbinclude MatrixBase_cwise_const.out
*