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 TutorialMatrixArithmetic Matrix and vector arithmetic
\li \b Previous: \ref TutorialMatrixClass
\li \b Next: \ref TutorialArrayClass
This tutorial aims to provide an overview and some details on how to perform arithmetic
This page aims to provide an overview and some details on how to perform arithmetic
between matrices, vectors and scalars with Eigen.
\eigenAutoToc
@@ -212,8 +209,6 @@ Eigen then uses runtime assertions. This means that the program will abort with
For more details on this topic, see \ref TopicAssertions "this page".
\li \b Next: \ref TutorialArrayClass
*/
}