diff options
Diffstat (limited to 'Eigen/src/Core/CwiseBinaryOp.h')
-rw-r--r-- | Eigen/src/Core/CwiseBinaryOp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Eigen/src/Core/CwiseBinaryOp.h b/Eigen/src/Core/CwiseBinaryOp.h index 2639c5f8d..7f4587b53 100644 --- a/Eigen/src/Core/CwiseBinaryOp.h +++ b/Eigen/src/Core/CwiseBinaryOp.h @@ -27,6 +27,7 @@ #define EIGEN_CWISE_BINARY_OP_H /** \class CwiseBinaryOp + * \ingroup Core_Module * * \brief Generic expression where a coefficient-wise binary operator is applied to two expressions * |