Doc: replace manual TOC by doxygen's \tableofcontents command

This commit is contained in:
Gael Guennebaud
2012-12-28 18:58:07 +01:00
parent ded70b8b58
commit 2ea1e49a08
29 changed files with 32 additions and 211 deletions

View File

@@ -9,19 +9,8 @@ namespace Eigen {
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.
\b Table \b of \b contents
- \ref TutorialMatrixFirst3Params
- \ref TutorialMatrixVectors
- \ref TutorialMatrixDynamic
- \ref TutorialMatrixConstructors
- \ref TutorialMatrixCoeffAccessors
- \ref TutorialMatrixCommaInitializer
- \ref TutorialMatrixSizesResizing
- \ref TutorialMatrixAssignment
- \ref TutorialMatrixFixedVsDynamic
- \ref TutorialMatrixOptTemplParams
- \ref TutorialMatrixTypedefs
\tableofcontents
In Eigen, all matrices and vectors are objects of the Matrix template class.
Vectors are just a special case of matrices, with either 1 row or 1 column.