diff --git a/Eigen/src/Core/DenseBase.h b/Eigen/src/Core/DenseBase.h index 4331a721a..178f83839 100644 --- a/Eigen/src/Core/DenseBase.h +++ b/Eigen/src/Core/DenseBase.h @@ -614,6 +614,7 @@ class DenseBase #define EIGEN_DOC_UNARY_ADDONS(X, Y) #include "../plugins/CommonCwiseUnaryOps.inc" #include "../plugins/BlockMethods.inc" +// Defines operator()(const RowIndices&, const ColIndices&) and other indexed view methods. #include "../plugins/IndexedViewMethods.inc" #include "../plugins/ReshapedMethods.inc" #ifdef EIGEN_DENSEBASE_PLUGIN