mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +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:
@@ -73,11 +73,7 @@ template<typename T> struct ei_functor_traits
|
||||
};
|
||||
};
|
||||
|
||||
template<typename T> struct ei_packet_traits
|
||||
{
|
||||
typedef T type;
|
||||
enum {size=1};
|
||||
};
|
||||
template<typename T> struct ei_packet_traits;
|
||||
|
||||
template<typename T> struct ei_unpacket_traits
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user