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,9 +2,6 @@ namespace Eigen {
/** \eigenManualPage TutorialAdvancedInitialization Advanced initialization
\li \b Previous: \ref TutorialBlockOperations
\li \b Next: \ref TutorialLinearAlgebra
This page discusses several advanced methods for initializing matrices. It gives more details on the
comma-initializer, which was introduced before. It also explains how to get special matrices such as the
identity matrix and the zero matrix.
@@ -160,8 +157,6 @@ The \link CommaInitializer::finished() finished() \endlink method is necessary h
object once the comma initialization of our temporary submatrix is done.
\li \b Next: \ref TutorialLinearAlgebra
*/
}