mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-13 20:26:03 +08:00
oops forgot to include a file in previous commit (I had other local
changes I did not want to commit yet...)
This commit is contained in:
parent
a22ef7e1f3
commit
62de40f8bb
@ -73,11 +73,7 @@ template<typename T> struct ei_functor_traits
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
template<typename T> struct ei_packet_traits
|
template<typename T> struct ei_packet_traits;
|
||||||
{
|
|
||||||
typedef T type;
|
|
||||||
enum {size=1};
|
|
||||||
};
|
|
||||||
|
|
||||||
template<typename T> struct ei_unpacket_traits
|
template<typename T> struct ei_unpacket_traits
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user