ei_dot_vec_unroller< Derived1, Derived2, Index, Stop, true > 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,
  alignment1 = (Derived1::Flags & AlignedBit) ? Aligned : Unaligned, alignment2 = (Derived2::Flags & AlignedBit) ? Aligned : Unaligned
}
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>
struct ei_dot_vec_unroller< Derived1, Derived2, Index, Stop, true >

Definition at line 120 of file Dot.h.


Member Typedef Documentation

template<typename Derived1 , typename Derived2 , int Index, int Stop>
typedef ei_packet_traits<Scalar>::type ei_dot_vec_unroller< Derived1, Derived2, Index, Stop, true >::PacketScalar

Definition at line 132 of file Dot.h.

template<typename Derived1 , typename Derived2 , int Index, int Stop>
typedef Derived1::Scalar ei_dot_vec_unroller< Derived1, Derived2, Index, Stop, true >::Scalar

Definition at line 131 of file Dot.h.


Member Enumeration Documentation

template<typename Derived1 , typename Derived2 , int Index, int Stop>
anonymous enum
Enumerator:
row1 
col1 
row2 
col2 
alignment1 
alignment2 

Definition at line 122 of file Dot.h.


Member Function Documentation

template<typename Derived1 , typename Derived2 , int Index, int Stop>
static PacketScalar ei_dot_vec_unroller< Derived1, Derived2, Index, Stop, true >::run ( const Derived1 &  v1,
const Derived2 &  v2 
) [inline, static]

Definition at line 134 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