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:
-\include Tutorial_PartialPivLU_solve.cpp +\include Tutorial_PartialLU_solve.cpp -output: \include Tutorial_PartialPivLU_solve.out +output: \include Tutorial_PartialLU_solve.out
There are many situations in which we want to solve the same system of equations with different