ei_product_coeff_vectorized_unroller< Index, Lhs, Rhs, PacketScalar > Struct Template Reference
#include <Product.h>
List of all members.
Public Types |
enum | { PacketSize = ei_packet_traits<typename Lhs::Scalar>::size
} |
Static Public Member Functions |
static EIGEN_STRONG_INLINE void | run (int row, int col, const Lhs &lhs, const Rhs &rhs, typename Lhs::PacketScalar &pres) |
Detailed Description
template<int Index, typename Lhs, typename Rhs, typename PacketScalar>
struct ei_product_coeff_vectorized_unroller< Index, Lhs, Rhs, PacketScalar >
Definition at line 364 of file Product.h.
Member Enumeration Documentation
template<int Index, typename Lhs , typename Rhs , typename PacketScalar >
Member Function Documentation
template<int Index, typename Lhs , typename Rhs , typename PacketScalar >
static EIGEN_STRONG_INLINE void ei_product_coeff_vectorized_unroller< Index, Lhs, Rhs, PacketScalar >::run |
( |
int |
row, |
|
|
int |
col, |
|
|
const Lhs & |
lhs, |
|
|
const Rhs & |
rhs, |
|
|
typename Lhs::PacketScalar & |
pres | |
|
) |
| | [inline, static] |
The documentation for this struct was generated from the following file: