aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorGravatar Jitse Niesen <jitse@maths.leeds.ac.uk>2009-12-08 11:08:04 +0000
committerGravatar Jitse Niesen <jitse@maths.leeds.ac.uk>2009-12-08 11:08:04 +0000
commita682a0eeb1246725a0f6bbbe02eeedf81d26b22b (patch)
tree160682bf7250e6977c9f45e0a27a80570050dc5a /doc
parent39ceba409b4b0295f0c70872cf2592503b54eba2 (diff)
C05_TutorialLinearAlgebra.dox: Correct file name
Diffstat (limited to 'doc')
-rw-r--r--doc/C05_TutorialLinearAlgebra.dox4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/C05_TutorialLinearAlgebra.dox b/doc/C05_TutorialLinearAlgebra.dox
index c50e9c6bc..5bae00b7e 100644
--- a/doc/C05_TutorialLinearAlgebra.dox
+++ b/doc/C05_TutorialLinearAlgebra.dox
@@ -69,9 +69,9 @@ As an example, suppose we want to solve the following system of linear equations
The following program solves this system:
<table class="tutorial_code"><tr><td>
-\include Tutorial_PartialPivLU_solve.cpp
+\include Tutorial_PartialLU_solve.cpp
</td><td>
-output: \include Tutorial_PartialPivLU_solve.out
+output: \include Tutorial_PartialLU_solve.out
</td></tr></table>
There are many situations in which we want to solve the same system of equations with different