#include <CoeffBasedProduct.h>
Public Types | |
| enum | { PacketSize = packet_traits<typename Lhs::Scalar>::size } |
| typedef Lhs::Index | Index |
Static Public Member Functions | |
| static EIGEN_STRONG_INLINE void | run (Index row, Index col, const Lhs &lhs, const Rhs &rhs, typename Lhs::PacketScalar &pres) |
Definition at line 290 of file CoeffBasedProduct.h.
| typedef Lhs::Index internal::product_coeff_vectorized_unroller< UnrollingIndex, Lhs, Rhs, Packet >::Index |
Definition at line 292 of file CoeffBasedProduct.h.
| anonymous enum |
Definition at line 293 of file CoeffBasedProduct.h.
| static EIGEN_STRONG_INLINE void internal::product_coeff_vectorized_unroller< UnrollingIndex, Lhs, Rhs, Packet >::run | ( | Index | row, |
| Index | col, | ||
| const Lhs & | lhs, | ||
| const Rhs & | rhs, | ||
| typename Lhs::PacketScalar & | pres | ||
| ) | [inline, static] |
Definition at line 294 of file CoeffBasedProduct.h.