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

@@ -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
*/
}