aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorGravatar Jitse Niesen <jitse@maths.leeds.ac.uk>2010-07-22 21:52:04 +0100
committerGravatar Jitse Niesen <jitse@maths.leeds.ac.uk>2010-07-22 21:52:04 +0100
commitd0f6b1c21f062f0ab4dd78e8f82fd43c393fb865 (patch)
tree22f808bb0f5ada1d09eda8d6a7651eb11a084b6c /doc
parent9daa66f262562737f3dfe5c5318031c667252081 (diff)
Tutorial page 6: Fix typo, add table of contents.
Diffstat (limited to 'doc')
-rw-r--r--doc/C06_TutorialLinearAlgebra.dox12
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/C06_TutorialLinearAlgebra.dox b/doc/C06_TutorialLinearAlgebra.dox
index c471a6d04..3e436d393 100644
--- a/doc/C06_TutorialLinearAlgebra.dox
+++ b/doc/C06_TutorialLinearAlgebra.dox
@@ -10,6 +10,16 @@ This tutorial explains how to solve linear systems, compute various decompositio
QR, %SVD, eigendecompositions... for more advanced topics, don't miss our special page on
\ref TopicLinearAlgebraDecompositions "this topic".
+\b Table \b of \b contents
+ - \ref TutorialLinAlgBasicSolve
+ - \ref TutorialLinAlgSolutionExists
+ - \ref TutorialLinAlgEigensolving
+ - \ref TutorialLinAlgInverse
+ - \ref TutorialLinAlgLeastsquares
+ - \ref TutorialLinAlgSeparateComputation
+ - \ref TutorialLinAlgRankRevealing
+
+
\section TutorialLinAlgBasicSolve Basic linear solving
\b The \b problem: You have a system of equations, that you have written as a single matrix equation
@@ -147,7 +157,7 @@ SelfAdjointEigenSolver, it could easily be adapted to general matrices using Eig
</tr>
</table>
-\section TutorialLinAlgEigensolving Computing inverse and determinant
+\section TutorialLinAlgInverse Computing inverse and determinant
First of all, make sure that you really want this. While inverse and determinant are fundamental mathematical concepts,
in \em numerical linear algebra they are not as popular as in pure mathematics. Inverse computations are often