aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/QuickStartGuide.dox
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2008-10-16 22:28:23 +0000
committerGravatar Gael Guennebaud <g.gael@free.fr>2008-10-16 22:28:23 +0000
commite747b338eec21cf1de664d257f0420485fd8e330 (patch)
tree10f51ca3ab4007e4a154e45b9e591cd82e1dde64 /doc/QuickStartGuide.dox
parent28d32f9bd82af12ef57ce023d0432dd39b080cb2 (diff)
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 !
Diffstat (limited to 'doc/QuickStartGuide.dox')
-rw-r--r--doc/QuickStartGuide.dox38
1 files changed, 0 insertions, 38 deletions
diff --git a/doc/QuickStartGuide.dox b/doc/QuickStartGuide.dox
index 98436ff05..fa99de43d 100644
--- a/doc/QuickStartGuide.dox
+++ b/doc/QuickStartGuide.dox
@@ -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
-
-*/
-
}