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

internal::product_coeff_vectorized_unroller< UnrollingIndex, Lhs, Rhs, Packet > Struct Template Reference


Detailed Description

template<int UnrollingIndex, typename Lhs, typename Rhs, typename Packet>
struct internal::product_coeff_vectorized_unroller< UnrollingIndex, Lhs, Rhs, Packet >

Definition at line 290 of file CoeffBasedProduct.h.

#include <src/Core/products/CoeffBasedProduct.h>

List of all members.

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)

Member Typedef Documentation

template<int UnrollingIndex, typename Lhs , typename Rhs , typename Packet >
typedef Lhs::Index internal::product_coeff_vectorized_unroller< UnrollingIndex, Lhs, Rhs, Packet >::Index

Definition at line 292 of file CoeffBasedProduct.h.


Member Enumeration Documentation

template<int UnrollingIndex, typename Lhs , typename Rhs , typename Packet >
anonymous enum
Enumerator:
PacketSize 

Definition at line 293 of file CoeffBasedProduct.h.


Member Function Documentation

template<int UnrollingIndex, typename Lhs , typename Rhs , typename Packet >
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.

References internal::padd(), and internal::pmul().




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