#include <MatrixProduct.h>
Public Types | |
enum | { vectorsize = packet_traits<Scalar>::size, size = 4, rows = 4 } |
typedef vectortype | rhstype |
typedef PacketBlock< vectortype, 4 > | type |
typedef packet_traits< Scalar >::type | vectortype |
Definition at line 54 of file MatrixProduct.h.
typedef vectortype Eigen::internal::quad_traits< Scalar >::rhstype |
Definition at line 58 of file MatrixProduct.h.
typedef PacketBlock<vectortype,4> Eigen::internal::quad_traits< Scalar >::type |
Definition at line 57 of file MatrixProduct.h.
typedef packet_traits<Scalar>::type Eigen::internal::quad_traits< Scalar >::vectortype |
Definition at line 56 of file MatrixProduct.h.
anonymous enum |
Enumerator | |
---|---|
vectorsize | |
size | |
rows |
Definition at line 59 of file MatrixProduct.h.