aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/C05_TutorialLinearAlgebra.dox
diff options
context:
space:
mode:
Diffstat (limited to 'doc/C05_TutorialLinearAlgebra.dox')
-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