aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/NewExpressionType.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/NewExpressionType.dox
parent9c9e23858ee763381e56d1924253207a88ffb9c6 (diff)
Doc: add an exemple showing how custom expression can be advantageously implemented via CwiseNullaryOp.
Diffstat (limited to 'doc/NewExpressionType.dox')
-rw-r--r--doc/NewExpressionType.dox2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/NewExpressionType.dox b/doc/NewExpressionType.dox
index ad8b7f86b..c2e78bfee 100644
--- a/doc/NewExpressionType.dox
+++ b/doc/NewExpressionType.dox
@@ -130,7 +130,7 @@ function can be called.
If all the fragments are combined, the following output is produced,
showing that the program works as expected:
-\verbinclude make_circulant.out
+\include make_circulant.out
*/
}