Started the third chapter of the tutorial on linear solvers.

It is only a first draft and I think it should be reorganized a bit in 2 parts:
1 - a compact table summarizing the main API and its use
    (this is what would expect an "expert" user)
2 - a discussion about the various algorithm in Eigen to guide the newbies in linear algebra
Currently I mixed the discussion with the API, but it is still better than nothing !
This commit is contained in:
Gael Guennebaud
2008-10-16 22:28:23 +00:00
parent 28d32f9bd8
commit e747b338ee
2 changed files with 159 additions and 38 deletions

View File

@@ -547,42 +547,4 @@ Here, provided the matrices have at least 2 rows and 2 columns, each coefficienc
*/
/** \page TutorialAdvancedLinearAlgebra Tutorial 3/3 - Advanced linear algebra
\ingroup Tutorial
<div class="eimainmenu">\ref index "Overview"
| \ref TutorialCore "Core features"
| \ref TutorialGeometry "Geometry"
| \b Advanced \b linear \b algebra
</div>
\b Table \b of \b contents
- \ref TutorialAdvLinearSolvers
- \ref TutorialAdvLU
- \ref TutorialAdvCholesky
- \ref TutorialAdvQR
- \ref TutorialAdvEigenProblems
\section TutorialAdvLinearSolvers Solving linear problems
todo
<a href="#" class="top">top</a>\section TutorialAdvLU LU
todo
<a href="#" class="top">top</a>\section TutorialAdvCholesky Cholesky
todo
<a href="#" class="top">top</a>\section TutorialAdvQR QR
todo
<a href="#" class="top">top</a>\section TutorialAdvEigenProblems Eigen value problems
todo
*/
}