#include <MatrixProduct.h>
Public Types | |
enum | { vectorsize = packet_traits<double>::size, size = 2, rows = 4 } |
typedef PacketBlock< Packet2d, 2 > | rhstype |
typedef PacketBlock< vectortype, 4 > | type |
typedef Packet2d | vectortype |
Definition at line 76 of file MatrixProduct.h.
typedef PacketBlock<Packet2d,2> Eigen::internal::quad_traits< double >::rhstype |
Definition at line 80 of file MatrixProduct.h.
typedef PacketBlock<vectortype,4> Eigen::internal::quad_traits< double >::type |
Definition at line 79 of file MatrixProduct.h.
typedef Packet2d Eigen::internal::quad_traits< double >::vectortype |
Definition at line 78 of file MatrixProduct.h.
anonymous enum |
Enumerator | |
---|---|
vectorsize | |
size | |
rows |
Definition at line 81 of file MatrixProduct.h.