Clean the manual page titles, links and intro.

This commit is contained in:
Gael Guennebaud
2013-01-06 23:48:59 +01:00
parent c71c06b71f
commit 091a49cad5
13 changed files with 21 additions and 69 deletions

View File

@@ -2,10 +2,7 @@ namespace Eigen {
/** \eigenManualPage TutorialArrayClass The Array class and coefficient-wise operations
\li \b Previous: \ref TutorialMatrixArithmetic
\li \b Next: \ref TutorialBlockOperations
This tutorial aims to provide an overview and explanations on how to use
This page aims to provide an overview and explanations on how to use
Eigen's Array class.
\eigenAutoToc
@@ -190,8 +187,6 @@ expression <tt>(m.array() * n.array()).matrix() * m</tt> computes the coefficien
\verbinclude Tutorial_ArrayClass_interop.out
</td></tr></table>
\li \b Next: \ref TutorialBlockOperations
*/
}