mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Doc: replace manual TOC by doxygen's \tableofcontents command
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user