aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/Overview.dox
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2010-07-04 10:14:47 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2010-07-04 10:14:47 +0200
commit41ea92d3559e03278ecc7d61bfd3f8fc2087697e (patch)
treec114d2ce434502ca7bfb6085fbbbf188ca7d7369 /doc/Overview.dox
parent11329f49f468690e2543f074b6740f5b616f4241 (diff)
* update the general TOC
* integrate the old geometry/sparse tutorial into the new one (they are better than nothing) * remove the old tutorial on the core module
Diffstat (limited to 'doc/Overview.dox')
-rw-r--r--doc/Overview.dox25
1 files changed, 20 insertions, 5 deletions
diff --git a/doc/Overview.dox b/doc/Overview.dox
index e6f7349da..8bbdf1f1a 100644
--- a/doc/Overview.dox
+++ b/doc/Overview.dox
@@ -15,18 +15,33 @@ Eigen2 users: here is a \ref Eigen2ToEigen3 guide to help porting your applicati
For a first contact with Eigen, the best place is to have a look at the \ref GettingStarted "tutorial". The \ref QuickRefPage "short reference" page gives you a quite complete description of the API in a very condensed format that is specially useful to recall the syntax of a particular features, or to have a quick look at the API. For Matlab users, there is also a <a href="AsciiQuickReference.txt">ASCII quick reference</a> with Matlab translations.
\b Table \b of \b contents
+ - \ref Eigen2ToEigen3
- \ref GettingStarted
- \b Tutorial
- \ref TutorialMatrixClass
- \ref TutorialMatrixArithmetic
- \ref TutorialArrayClass
- \ref TutorialBlockOperations
- - "Dense linear algebra"
- - "Geometry"
- - "Reductions, visitors, and broadcasting"
- - "Sparse matrices"
+ - \ref TutorialAdvancedInitialization
+ - Comming soon: "Reductions, visitors, and broadcasting"
+ - \ref TutorialLinearAlgebra
+ - \ref TutorialGeometry
+ - \ref TutorialSparseMatrix
- \ref QuickRefPage
- - \ref Eigen2ToEigen3
+ - \b Advanced \b topics
+ - \ref TopicLazyEvaluation
+ - \ref TopicLinearAlgebraDecompositions
+ - \ref TopicCustomizingEigen
+ - \ref TopicInsideEigenExample
+ - \ref TopicHiPerformance
+ - <b>Topics related to alignment issues</b>
+ - \ref TopicUnalignedArrayAssert
+ - \ref TopicFixedSizeVectorizable
+ - \ref TopicStlContainers
+ - \ref TopicStructHavingEigenMembers
+ - \ref TopicPassingByValue
+ - \ref TopicWrongStackAlignment
+
Want more? Checkout the \ref Unsupported_modules "unsupported modules" <a href="unsupported/index.html">documentation</a>.