From e747b338eec21cf1de664d257f0420485fd8e330 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Thu, 16 Oct 2008 22:28:23 +0000 Subject: 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 ! --- doc/QuickStartGuide.dox | 38 -------------------------------------- 1 file changed, 38 deletions(-) (limited to 'doc/QuickStartGuide.dox') 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 - -
\ref index "Overview" - | \ref TutorialCore "Core features" - | \ref TutorialGeometry "Geometry" - | \b Advanced \b linear \b algebra -
- - - -\b Table \b of \b contents - - \ref TutorialAdvLinearSolvers - - \ref TutorialAdvLU - - \ref TutorialAdvCholesky - - \ref TutorialAdvQR - - \ref TutorialAdvEigenProblems - -\section TutorialAdvLinearSolvers Solving linear problems -todo - -top\section TutorialAdvLU LU -todo - -top\section TutorialAdvCholesky Cholesky -todo - -top\section TutorialAdvQR QR -todo - -top\section TutorialAdvEigenProblems Eigen value problems -todo - -*/ - } -- cgit v1.2.3