You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

60 lines
2.3 KiB

  1. namespace Eigen {
  2. o /** \mainpage Eigen
  3. <div class="eimainmenu">
  4. \ref GettingStarted "Getting started"
  5. | \ref TutorialMatrixClass "Tutorial"
  6. | \ref QuickRefPage "Short reference"
  7. </div>
  8. This is the API documentation for Eigen3. You can <a href="eigen-doc.tgz">download</a> it as a tgz archive for offline reading.
  9. Eigen2 users: here is a \ref Eigen2ToEigen3 guide to help porting your application.
  10. 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.
  11. \b Table \b of \b contents
  12. - \ref Eigen2ToEigen3
  13. - \ref GettingStarted
  14. - \b Tutorial
  15. - \ref TutorialMatrixClass
  16. - \ref TutorialMatrixArithmetic
  17. - \ref TutorialArrayClass
  18. - \ref TutorialBlockOperations
  19. - \ref TutorialAdvancedInitialization
  20. - \ref TutorialLinearAlgebra
  21. - \ref TutorialReductionsVisitorsBroadcasting
  22. - \ref TutorialGeometry
  23. - \ref TutorialSparse
  24. - \ref TutorialMapClass
  25. - \ref QuickRefPage
  26. - <b>Advanced topics</b>
  27. - \ref TopicAliasing
  28. - \ref TopicLazyEvaluation
  29. - \ref TopicLinearAlgebraDecompositions
  30. - \ref TopicCustomizingEigen
  31. - \ref TopicMultiThreading
  32. - \ref TopicPreprocessorDirectives
  33. - \ref TopicStorageOrders
  34. - \ref TopicInsideEigenExample
  35. - \ref TopicWritingEfficientProductExpression
  36. - \ref TopicClassHierarchy
  37. - \ref TopicFunctionTakingEigenTypes
  38. - \ref TopicTemplateKeyword
  39. - \ref TopicUsingIntelMKL
  40. - <b>Topics related to alignment issues</b>
  41. - \ref TopicUnalignedArrayAssert
  42. - \ref TopicFixedSizeVectorizable
  43. - \ref TopicStlContainers
  44. - \ref TopicStructHavingEigenMembers
  45. - \ref TopicPassingByValue
  46. - \ref TopicWrongStackAlignment
  47. Want more? Checkout the \ref Unsupported_modules "unsupported modules" <a href="unsupported/index.html">documentation</a>.
  48. */
  49. }