#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 62 of file MatrixProduct.h.
typedef vectortype Eigen::internal::quad_traits< Scalar >::rhstype |
Definition at line 72 of file MatrixProduct.h.
typedef PacketBlock<vectortype,4> Eigen::internal::quad_traits< Scalar >::type |
Definition at line 71 of file MatrixProduct.h.
typedef packet_traits<Scalar>::type Eigen::internal::quad_traits< Scalar >::vectortype |
Definition at line 70 of file MatrixProduct.h.
anonymous enum |
Enumerator | |
---|---|
vectorsize | |
size | |
rows |
Definition at line 73 of file MatrixProduct.h.