Main MRPT website > C++ reference
MRPT logo
Public Types | Static Public Member Functions

internal::redux_vec_unroller< Func, Derived, Start, 1 > Struct Template Reference


Detailed Description

template<typename Func, typename Derived, int Start>
struct internal::redux_vec_unroller< Func, Derived, Start, 1 >

Definition at line 153 of file Redux.h.

#include <src/Core/Redux.h>

List of all members.

Public Types

enum  { index = Start * packet_traits<typename Derived::Scalar>::size, outer = index / int(Derived::InnerSizeAtCompileTime), inner = index % int(Derived::InnerSizeAtCompileTime), alignment = (Derived::Flags & AlignedBit) ? Aligned : Unaligned }
typedef Derived::Scalar Scalar
typedef packet_traits< Scalar >
::type 
PacketScalar

Static Public Member Functions

static EIGEN_STRONG_INLINE
PacketScalar 
run (const Derived &mat, const Func &)

Member Typedef Documentation

template<typename Func , typename Derived , int Start>
typedef packet_traits<Scalar>::type internal::redux_vec_unroller< Func, Derived, Start, 1 >::PacketScalar

Definition at line 163 of file Redux.h.

template<typename Func , typename Derived , int Start>
typedef Derived::Scalar internal::redux_vec_unroller< Func, Derived, Start, 1 >::Scalar

Definition at line 162 of file Redux.h.


Member Enumeration Documentation

template<typename Func , typename Derived , int Start>
anonymous enum
Enumerator:
index 
outer 
inner 
alignment 

Definition at line 155 of file Redux.h.


Member Function Documentation

template<typename Func , typename Derived , int Start>
static EIGEN_STRONG_INLINE PacketScalar internal::redux_vec_unroller< Func, Derived, Start, 1 >::run ( const Derived &  mat,
const Func &   
) [inline, static]

Definition at line 165 of file Redux.h.




Page generated by Doxygen 1.7.3 for MRPT 0.9.4 SVN: at Sat Mar 26 06:16:28 UTC 2011