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.dox6
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/C01_TutorialMatrixClass.dox b/doc/C01_TutorialMatrixClass.dox
index b1f9393ac..41cfb777c 100644
--- a/doc/C01_TutorialMatrixClass.dox
+++ b/doc/C01_TutorialMatrixClass.dox
@@ -1,8 +1,6 @@
namespace Eigen {
-/** \page TutorialMatrixClass Tutorial page 1 - The %Matrix class
-
-\ingroup Tutorial
+/** \eigenManualPage TutorialMatrixClass The Matrix class
\li \b Previous: \ref GettingStarted
\li \b Next: \ref TutorialMatrixArithmetic
@@ -10,7 +8,7 @@ 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.
-\tableofcontents
+\eigenAutoToc
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.