Fix several documentation issues

This commit is contained in:
Gael Guennebaud
2012-12-24 13:33:22 +01:00
parent f450303321
commit f41d96deb9
29 changed files with 115 additions and 108 deletions

View File

@@ -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:
*/