C05_TutorialLinearAlgebra.dox: Correct file name

This commit is contained in:
Jitse Niesen 2009-12-08 11:08:04 +00:00
parent 39ceba409b
commit a682a0eeb1

View File

@ -69,9 +69,9 @@ As an example, suppose we want to solve the following system of linear equations
The following program solves this system: The following program solves this system:
<table class="tutorial_code"><tr><td> <table class="tutorial_code"><tr><td>
\include Tutorial_PartialPivLU_solve.cpp \include Tutorial_PartialLU_solve.cpp
</td><td> </td><td>
output: \include Tutorial_PartialPivLU_solve.out output: \include Tutorial_PartialLU_solve.out
</td></tr></table> </td></tr></table>
There are many situations in which we want to solve the same system of equations with different There are many situations in which we want to solve the same system of equations with different