nearly complete page 6 / linear algebra + examples

fix the previous/next links
This commit is contained in:
Benoit Jacob
2010-06-30 10:11:55 -04:00
parent b1741c1dc6
commit 4d4a23cd3e
12 changed files with 273 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
namespace Eigen {
/** \page TutorialArrayClass Tutorial page 3 - The Array Class
/** \page TutorialArrayClass Tutorial page 3 - The %Array class
\ingroup Tutorial
\li \b Previous: \ref TutorialMatrixArithmetic
@@ -238,6 +238,7 @@ array3 = array1.abs2();
</table>
</td></tr></table>
\li \b Next: \ref TutorialBlockOperations
**/
}