diff options
Diffstat (limited to 'doc/C10_TutorialMapClass.dox')
-rw-r--r-- | doc/C10_TutorialMapClass.dox | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/C10_TutorialMapClass.dox b/doc/C10_TutorialMapClass.dox index 09e792792..f4b5db39c 100644 --- a/doc/C10_TutorialMapClass.dox +++ b/doc/C10_TutorialMapClass.dox @@ -5,7 +5,7 @@ namespace Eigen { \ingroup Tutorial \li \b Previous: \ref TutorialSparse -\li \b Next: \ref TODO +\li \b Next: This tutorial page explains how to work with "raw" C++ arrays. This can be useful in a variety of contexts, particularly when "importing" vectors and matrices from other libraries into Eigen. @@ -89,7 +89,7 @@ for (int i = 0; i < n_matrices; i++) } \endcode -\li \b Next: \ref TODO +\li \b Next: */ |