aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/Manual.dox
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2016-08-30 15:40:41 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2016-08-30 15:40:41 +0200
commit1e2ab8b0b33782cacf7effbf77d41decb35939f2 (patch)
treebe34e3c7347cae2991798aa8eff287bb65cf6776 /doc/Manual.dox
parent9c9e23858ee763381e56d1924253207a88ffb9c6 (diff)
Doc: add an exemple showing how custom expression can be advantageously implemented via CwiseNullaryOp.
Diffstat (limited to 'doc/Manual.dox')
-rw-r--r--doc/Manual.dox1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/Manual.dox b/doc/Manual.dox
index 03ca60dd2..a08609ad7 100644
--- a/doc/Manual.dox
+++ b/doc/Manual.dox
@@ -8,6 +8,7 @@ namespace Eigen {
- \subpage TopicCustomizing_Plugins
- \subpage TopicCustomizing_InheritingMatrix
- \subpage TopicCustomizing_CustomScalar
+ - \subpage TopicCustomizing_NullaryExpr
- \subpage TopicNewExpressionType
\sa \ref TopicPreprocessorDirectives
*/