Doc: add an exemple showing how custom expression can be advantageously implemented via CwiseNullaryOp.

This commit is contained in:
Gael Guennebaud
2016-08-30 15:40:41 +02:00
parent 9c9e23858e
commit 1e2ab8b0b3
3 changed files with 64 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ namespace Eigen {
- \subpage TopicCustomizing_Plugins
- \subpage TopicCustomizing_InheritingMatrix
- \subpage TopicCustomizing_CustomScalar
- \subpage TopicCustomizing_NullaryExpr
- \subpage TopicNewExpressionType
\sa \ref TopicPreprocessorDirectives
*/