aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/CwiseBinaryOp.h
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2008-07-19 20:36:41 +0000
committerGravatar Gael Guennebaud <g.gael@free.fr>2008-07-19 20:36:41 +0000
commit6e2c53e0562785f2f8c72a67dd8c40451cf2a319 (patch)
tree1a71796fb7d7b3074c73a8b7ce9bbdd44fde3a05 /Eigen/src/Core/CwiseBinaryOp.h
parent05ad0834676b7f375df7fd33d90a7db871787330 (diff)
Added an automatically generated list of selected examples in the documentation.
Added the custom gemetry_module tag, and use it.
Diffstat (limited to 'Eigen/src/Core/CwiseBinaryOp.h')
-rw-r--r--Eigen/src/Core/CwiseBinaryOp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Eigen/src/Core/CwiseBinaryOp.h b/Eigen/src/Core/CwiseBinaryOp.h
index ba9304b64..8df4097c3 100644
--- a/Eigen/src/Core/CwiseBinaryOp.h
+++ b/Eigen/src/Core/CwiseBinaryOp.h
@@ -228,6 +228,8 @@ Cwise<ExpressionType>::max(const MatrixBase<OtherDerived> &other) const
* The template parameter \a CustomBinaryOp is the type of the functor
* of the custom operator (see class CwiseBinaryOp for an example)
*
+ * \addexample CustomCwiseBinaryFunctors \label How to use custom coeff wise binary functors
+ *
* Here is an example illustrating the use of custom functors:
* \include class_CwiseBinaryOp.cpp
* Output: \verbinclude class_CwiseBinaryOp.out