mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
C05_TutorialLinearAlgebra.dox: Correct file name
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user