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,12 +2,6 @@ namespace Eigen {
/** \eigenManualPage TutorialMatrixClass The Matrix class
\li \b Previous: \ref GettingStarted
\li \b Next: \ref TutorialMatrixArithmetic
We assume that you have already read the quick \link GettingStarted "getting started" \endlink tutorial.
This page is the first one in a much longer multi-page tutorial.
\eigenAutoToc
In Eigen, all matrices and vectors are objects of the Matrix template class.
@@ -264,7 +258,6 @@ Where:
defined for these five types doesn't mean that they are the only supported scalar types. For example,
all standard integer types are supported, see \ref TopicScalarTypes "Scalar types".
\li \b Next: \ref TutorialMatrixArithmetic
*/