aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/C02_TutorialMatrixArithmetic.dox
diff options
context:
space:
mode:
Diffstat (limited to 'doc/C02_TutorialMatrixArithmetic.dox')
-rw-r--r--doc/C02_TutorialMatrixArithmetic.dox11
1 files changed, 1 insertions, 10 deletions
diff --git a/doc/C02_TutorialMatrixArithmetic.dox b/doc/C02_TutorialMatrixArithmetic.dox
index b04821a87..b8cdf4351 100644
--- a/doc/C02_TutorialMatrixArithmetic.dox
+++ b/doc/C02_TutorialMatrixArithmetic.dox
@@ -9,16 +9,7 @@ namespace Eigen {
This tutorial aims to provide an overview and some details on how to perform arithmetic
between matrices, vectors and scalars with Eigen.
-\b Table \b of \b contents
- - \ref TutorialArithmeticIntroduction
- - \ref TutorialArithmeticAddSub
- - \ref TutorialArithmeticScalarMulDiv
- - \ref TutorialArithmeticMentionXprTemplates
- - \ref TutorialArithmeticTranspose
- - \ref TutorialArithmeticMatrixMul
- - \ref TutorialArithmeticDotAndCross
- - \ref TutorialArithmeticRedux
- - \ref TutorialArithmeticValidity
+\tableofcontents
\section TutorialArithmeticIntroduction Introduction