diff --git a/Eigen/src/Core/Product.h b/Eigen/src/Core/Product.h index af05773ee..fe6d29c7d 100644 --- a/Eigen/src/Core/Product.h +++ b/Eigen/src/Core/Product.h @@ -50,8 +50,8 @@ class GeneralProduct; template struct ei_product_type_selector; enum { - Large = Dynamic, - Small = Dynamic/2 + Large = 2, + Small = 3 }; template struct ei_product_type