aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/Manual.dox
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2016-08-30 11:10:08 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2016-08-30 11:10:08 +0200
commit9c9e23858ee763381e56d1924253207a88ffb9c6 (patch)
treeaf197f6e5adce7c7fc7a5f15b16aab64fe54b097 /doc/Manual.dox
parentcffe8bbff774fa46d874d26901f14ac14558bf19 (diff)
Doc: split customizing-eigen page into sub-pages and re-structure a bit the different topics
Diffstat (limited to 'doc/Manual.dox')
-rw-r--r--doc/Manual.dox14
1 files changed, 11 insertions, 3 deletions
diff --git a/doc/Manual.dox b/doc/Manual.dox
index db73e1199..03ca60dd2 100644
--- a/doc/Manual.dox
+++ b/doc/Manual.dox
@@ -3,22 +3,30 @@
namespace Eigen {
+/** \page UserManual_CustomizingEigen Extending/Customizing Eigen
+ %Eigen can be extended in several ways, for instance, by defining global methods, by inserting custom methods within main %Eigen's classes through the \ref TopicCustomizing_Plugins "plugin" mechanism, by adding support to \ref TopicCustomizing_CustomScalar "custom scalar types" etc. See below for the respective sub-topics.
+ - \subpage TopicCustomizing_Plugins
+ - \subpage TopicCustomizing_InheritingMatrix
+ - \subpage TopicCustomizing_CustomScalar
+ - \subpage TopicNewExpressionType
+ \sa \ref TopicPreprocessorDirectives
+*/
+
+
/** \page UserManual_Generalities General topics
- \subpage Eigen2ToEigen3
- \subpage TopicFunctionTakingEigenTypes
- \subpage TopicPreprocessorDirectives
- \subpage TopicAssertions
- - \subpage TopicCustomizingEigen
- \subpage TopicMultiThreading
- \subpage TopicUsingBlasLapack
- \subpage TopicUsingIntelMKL
- \subpage TopicCUDA
- \subpage TopicPitfalls
- \subpage TopicTemplateKeyword
- - \subpage TopicNewExpressionType
- \subpage UserManual_UnderstandingEigen
*/
-
+
/** \page UserManual_UnderstandingEigen Understanding Eigen
- \subpage TopicInsideEigenExample
- \subpage TopicClassHierarchy