aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/C01_TutorialMatrixClass.dox
diff options
context:
space:
mode:
Diffstat (limited to 'doc/C01_TutorialMatrixClass.dox')
-rw-r--r--doc/C01_TutorialMatrixClass.dox15
1 files changed, 2 insertions, 13 deletions
diff --git a/doc/C01_TutorialMatrixClass.dox b/doc/C01_TutorialMatrixClass.dox
index 4860616e5..b1f9393ac 100644
--- a/doc/C01_TutorialMatrixClass.dox
+++ b/doc/C01_TutorialMatrixClass.dox
@@ -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.