From a682a0eeb1246725a0f6bbbe02eeedf81d26b22b Mon Sep 17 00:00:00 2001 From: Jitse Niesen Date: Tue, 8 Dec 2009 11:08:04 +0000 Subject: [PATCH] C05_TutorialLinearAlgebra.dox: Correct file name --- doc/C05_TutorialLinearAlgebra.dox | 4 ++-- 1 file 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:
-\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