Public Types | Public Member Functions | List of all members
Eigen::internal::scalar_product_op< LhsScalar, RhsScalar > Struct Template Reference

#include <Functors.h>

Public Types

enum  { Vectorizable = is_same<LhsScalar,RhsScalar>::value && packet_traits<LhsScalar>::HasMul && packet_traits<RhsScalar>::HasMul }
 
typedef scalar_product_traits< LhsScalar, RhsScalar >::ReturnType result_type
 

Public Member Functions

EIGEN_STRONG_INLINE const result_type operator() (const LhsScalar &a, const RhsScalar &b) const
 
template<typename Packet >
EIGEN_STRONG_INLINE const Packet packetOp (const Packet &a, const Packet &b) const
 
template<typename Packet >
EIGEN_STRONG_INLINE const result_type predux (const Packet &a) const
 

Detailed Description

template<typename LhsScalar, typename RhsScalar>
struct Eigen::internal::scalar_product_op< LhsScalar, RhsScalar >

Definition at line 47 of file Functors.h.

Member Typedef Documentation

template<typename LhsScalar , typename RhsScalar >
typedef scalar_product_traits<LhsScalar,RhsScalar>::ReturnType Eigen::internal::scalar_product_op< LhsScalar, RhsScalar >::result_type

Definition at line 52 of file Functors.h.

Member Enumeration Documentation

template<typename LhsScalar , typename RhsScalar >
anonymous enum
Enumerator
Vectorizable 

Definition at line 48 of file Functors.h.

Member Function Documentation

template<typename LhsScalar , typename RhsScalar >
EIGEN_STRONG_INLINE const result_type Eigen::internal::scalar_product_op< LhsScalar, RhsScalar >::operator() ( const LhsScalar &  a,
const RhsScalar &  b 
) const
inline

Definition at line 54 of file Functors.h.

template<typename LhsScalar , typename RhsScalar >
template<typename Packet >
EIGEN_STRONG_INLINE const Packet Eigen::internal::scalar_product_op< LhsScalar, RhsScalar >::packetOp ( const Packet &  a,
const Packet &  b 
) const
inline

Definition at line 56 of file Functors.h.

template<typename LhsScalar , typename RhsScalar >
template<typename Packet >
EIGEN_STRONG_INLINE const result_type Eigen::internal::scalar_product_op< LhsScalar, RhsScalar >::predux ( const Packet &  a) const
inline

Definition at line 59 of file Functors.h.


The documentation for this struct was generated from the following file:


tuw_aruco
Author(s): Lukas Pfeifhofer
autogenerated on Mon Jun 10 2019 15:41:14