aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/CwiseNullaryOp.h
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2014-02-18 15:45:39 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2014-02-18 15:45:39 +0100
commit463554c25456613e55dbac3e5f734b59f1708dca (patch)
tree47395219cf1d2301d1b3aac8f0bc1a01857919a8 /Eigen/src/Core/CwiseNullaryOp.h
parent82c066b3c4a0d64962ad0bf268bf7a4a28b2704b (diff)
parent37a1d736bfd6fdaa0e1a93aee585d1861ab4004a (diff)
Merge with default branch
Diffstat (limited to 'Eigen/src/Core/CwiseNullaryOp.h')
-rw-r--r--Eigen/src/Core/CwiseNullaryOp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Eigen/src/Core/CwiseNullaryOp.h b/Eigen/src/Core/CwiseNullaryOp.h
index 1d4ee50a8..124383114 100644
--- a/Eigen/src/Core/CwiseNullaryOp.h
+++ b/Eigen/src/Core/CwiseNullaryOp.h
@@ -138,6 +138,9 @@ DenseBase<Derived>::NullaryExpr(Index rows, Index cols, const CustomNullaryOp& f
*
* The template parameter \a CustomNullaryOp is the type of the functor.
*
+ * Here is an example with C++11 random generators: \include random_cpp11.cpp
+ * Output: \verbinclude random_cpp11.out
+ *
* \sa class CwiseNullaryOp
*/
template<typename Derived>