2008-06-02 18:27:37 +00:00
namespace Eigen {
2008-05-29 03:12:30 +00:00
o /** \mainpage Eigen
2007-12-21 07:30:15 +00:00
2010-06-26 22:42:14 +02:00
<div class="eimainmenu">
\ref GettingStarted "Getting started"
| \ref TutorialMatrixClass "Tutorial"
| \ref QuickRefPage "Short reference"
2008-08-26 19:12:23 +00:00
</div>
2011-11-05 21:59:36 +01:00
This is the API documentation for Eigen3. You can <a href="eigen-doc.tgz">download</a> it as a tgz archive for offline reading.
2010-01-06 13:56:04 +01:00
2010-04-22 14:11:18 -04:00
Eigen2 users: here is a \ref Eigen2ToEigen3 guide to help porting your application.
2007-12-21 07:30:15 +00:00
2010-07-05 10:59:29 +01:00
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 feature, 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. The \e Modules and \e Classes tabs at the top of this page give you access to the API documentation of individual classes and functions.
2010-06-26 22:42:14 +02:00
\b Table \b of \b contents
2010-07-04 10:14:47 +02:00
- \ref Eigen2ToEigen3
2010-06-26 22:42:14 +02:00
- \ref GettingStarted
- \b Tutorial
- \ref TutorialMatrixClass
- \ref TutorialMatrixArithmetic
- \ref TutorialArrayClass
2010-06-29 14:23:49 +01:00
- \ref TutorialBlockOperations
2010-07-04 10:14:47 +02:00
- \ref TutorialAdvancedInitialization
- \ref TutorialLinearAlgebra
2010-07-08 17:45:25 +01:00
- \ref TutorialReductionsVisitorsBroadcasting
2010-07-04 10:14:47 +02:00
- \ref TutorialGeometry
2010-07-06 00:50:16 -04:00
- \ref TutorialSparse
2012-02-08 22:11:12 +01:00
- \ref TutorialMapClass
2010-06-26 22:42:14 +02:00
- \ref QuickRefPage
2010-07-04 10:37:32 +02:00
- <b>Advanced topics</b>
2010-07-31 21:37:29 +01:00
- \ref TopicAliasing
2010-07-04 10:14:47 +02:00
- \ref TopicLazyEvaluation
- \ref TopicLinearAlgebraDecompositions
- \ref TopicCustomizingEigen
2010-12-27 15:07:07 +00:00
- \ref TopicPreprocessorDirectives
2011-02-12 17:43:29 +00:00
- \ref TopicStorageOrders
2010-07-04 10:14:47 +02:00
- \ref TopicInsideEigenExample
2010-07-04 10:37:32 +02:00
- \ref TopicWritingEfficientProductExpression
2010-08-02 11:36:44 +01:00
- \ref TopicClassHierarchy
2010-08-04 12:01:19 +02:00
- \ref TopicFunctionTakingEigenTypes
2010-07-04 10:14:47 +02:00
- <b>Topics related to alignment issues</b>
- \ref TopicUnalignedArrayAssert
- \ref TopicFixedSizeVectorizable
- \ref TopicStlContainers
- \ref TopicStructHavingEigenMembers
- \ref TopicPassingByValue
- \ref TopicWrongStackAlignment
2010-06-26 22:42:14 +02:00
2007-12-21 07:30:15 +00:00
2009-02-04 15:37:00 +00:00
Want more? Checkout the \ref Unsupported_modules "unsupported modules" <a href="unsupported/index.html">documentation</a>.
2007-12-21 07:30:15 +00:00
*/
2008-06-02 18:27:37 +00:00
2008-06-02 19:29:23 +00:00
}