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)>
typedef ei_packet_traits<Scalar>::type ei_dot_vec_unroller< Derived1, Derived2, Index, Stop, LastPacket >::PacketScalar

Definition at line 100 of file Dot.h.

template<typename Derived1 , typename Derived2 , int Index, int Stop, bool LastPacket = (Stop-Index == ei_packet_traits<typename Derived1::Scalar>::size)>
typedef Derived1::Scalar ei_dot_vec_unroller< Derived1, Derived2, Index, Stop, LastPacket >::Scalar

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)>
anonymous enum
Enumerator:
row1 
col1 
row2 
col2 

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)>
static PacketScalar ei_dot_vec_unroller< Derived1, Derived2, Index, Stop, LastPacket >::run ( const Derived1 &  v1,
const Derived2 &  v2 
) [inline, static]

Definition at line 109 of file Dot.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


vcglib
Author(s): Christian Bersch
autogenerated on Fri Jan 11 09:22:01 2013