diff --git a/Eigen/src/Core/Part.h b/Eigen/src/Core/Part.h index 96229f43b..65f4bc194 100644 --- a/Eigen/src/Core/Part.h +++ b/Eigen/src/Core/Part.h @@ -50,7 +50,7 @@ struct ei_traits > : ei_traits typedef typename ei_unref::type _MatrixTypeNested; enum { Flags = (_MatrixTypeNested::Flags & (HereditaryBits) & (~(PacketAccessBit | DirectAccessBit | LinearAccessBit))) | Mode, - CoeffReadCost = _MatrixTypeNested::CoeffReadCost + CoeffReadCost = _MatrixTypeNested::CoeffReadCost + ConditionalJumpCost }; };