mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Doc: split customizing-eigen page into sub-pages and re-structure a bit the different topics
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user