mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
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:
@@ -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
|
||||
|
||||
*/
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user