aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/C03_TutorialArrayClass.dox
diff options
context:
space:
mode:
Diffstat (limited to 'doc/C03_TutorialArrayClass.dox')
-rw-r--r--doc/C03_TutorialArrayClass.dox7
1 files changed, 1 insertions, 6 deletions
diff --git a/doc/C03_TutorialArrayClass.dox b/doc/C03_TutorialArrayClass.dox
index 6531ee232..6432684aa 100644
--- a/doc/C03_TutorialArrayClass.dox
+++ b/doc/C03_TutorialArrayClass.dox
@@ -2,10 +2,7 @@ namespace Eigen {
/** \eigenManualPage TutorialArrayClass The Array class and coefficient-wise operations
-\li \b Previous: \ref TutorialMatrixArithmetic
-\li \b Next: \ref TutorialBlockOperations
-
-This tutorial aims to provide an overview and explanations on how to use
+This page aims to provide an overview and explanations on how to use
Eigen's Array class.
\eigenAutoToc
@@ -190,8 +187,6 @@ expression <tt>(m.array() * n.array()).matrix() * m</tt> computes the coefficien
\verbinclude Tutorial_ArrayClass_interop.out
</td></tr></table>
-\li \b Next: \ref TutorialBlockOperations
-
*/
}