ei_dot_vec_unroller< Derived1, Derived2, Index, Stop, LastPacket > Struct Template Reference
#include <Dot.h>
List of all members.
Public Types |
enum | { row1 = Derived1::RowsAtCompileTime == 1 ? 0 : Index,
col1 = Derived1::RowsAtCompileTime == 1 ? Index : 0,
row2 = Derived2::RowsAtCompileTime == 1 ? 0 : Index,
col2 = Derived2::RowsAtCompileTime == 1 ? Index : 0
} |
typedef ei_packet_traits
< Scalar >::type | PacketScalar |
typedef Derived1::Scalar | Scalar |
Static Public Member Functions |
static PacketScalar | run (const Derived1 &v1, const Derived2 &v2) |
Detailed Description
template<typename Derived1, typename Derived2, int Index, int Stop, bool LastPacket = (Stop-Index == ei_packet_traits<typename Derived1::Scalar>::size)>
struct ei_dot_vec_unroller< Derived1, Derived2, Index, Stop, LastPacket >
Definition at line 97 of file Dot.h.
Member Typedef Documentation
template<typename Derived1 , typename Derived2 , int Index, int Stop, bool LastPacket = (Stop-Index == ei_packet_traits<typename Derived1::Scalar>::size)>
template<typename Derived1 , typename Derived2 , int Index, int Stop, bool LastPacket = (Stop-Index == ei_packet_traits<typename Derived1::Scalar>::size)>
Definition at line 99 of file Dot.h.
Member Enumeration Documentation
template<typename Derived1 , typename Derived2 , int Index, int Stop, bool LastPacket = (Stop-Index == ei_packet_traits<typename Derived1::Scalar>::size)>
- Enumerator:
-
Definition at line 102 of file Dot.h.
Member Function Documentation
template<typename Derived1 , typename Derived2 , int Index, int Stop, bool LastPacket = (Stop-Index == ei_packet_traits<typename Derived1::Scalar>::size)>
The documentation for this struct was generated from the following file: