mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-07-05 12:45:11 +08:00
fix stupid enum values
This commit is contained in:
parent
39d9f0275b
commit
4f8773c23a
@ -50,8 +50,8 @@ class GeneralProduct;
|
|||||||
template<int Rows, int Cols, int Depth> struct ei_product_type_selector;
|
template<int Rows, int Cols, int Depth> struct ei_product_type_selector;
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
Large = Dynamic,
|
Large = 2,
|
||||||
Small = Dynamic/2
|
Small = 3
|
||||||
};
|
};
|
||||||
|
|
||||||
template<typename Lhs, typename Rhs> struct ei_product_type
|
template<typename Lhs, typename Rhs> struct ei_product_type
|
||||||
|
Loading…
x
Reference in New Issue
Block a user