Inline IndexedViewMethods.inc into DenseBase.h

libeigen/eigen!2330

Closes #2766
This commit is contained in:
Pavel Guzenfeld
2026-04-02 22:26:56 +00:00
committed by Rasmus Munk Larsen
parent 8ec68856a6
commit e315a8cdd0

View File

@@ -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