GeneralProduct.h | 47 template<int Size, int MaxSize> struct product_size_category struct in namespace:Eigen::internal 77 rows_select = product_size_category<Rows,MaxRows>::value, 78 cols_select = product_size_category<Cols,MaxCols>::value, 79 depth_select = product_size_category<Depth,MaxDepth>::value
|