NDDEM
Static Public Member Functions | Static Private Member Functions | List of all members
Eigen::internal::bytewise_bitwise_helper< T > Struct Template Reference

#include <GenericPacketMath.h>

+ Inheritance diagram for Eigen::internal::bytewise_bitwise_helper< T >:

Static Public Member Functions

static EIGEN_DEVICE_FUNCbitwise_and (const T &a, const T &b)
 
static EIGEN_DEVICE_FUNCbitwise_or (const T &a, const T &b)
 
static EIGEN_DEVICE_FUNCbitwise_xor (const T &a, const T &b)
 
static EIGEN_DEVICE_FUNCbitwise_not (const T &a)
 

Static Private Member Functions

template<typename Op >
static EIGEN_DEVICE_FUNCunary (const T &a, Op op)
 
template<typename Op >
static EIGEN_DEVICE_FUNCbinary (const T &a, const T &b, Op op)
 

Member Function Documentation

◆ binary()

template<typename T >
template<typename Op >
static EIGEN_DEVICE_FUNC T Eigen::internal::bytewise_bitwise_helper< T >::binary ( const T &  a,
const T &  b,
Op  op 
)
inlinestaticprivate

◆ bitwise_and()

template<typename T >
static EIGEN_DEVICE_FUNC T Eigen::internal::bytewise_bitwise_helper< T >::bitwise_and ( const T &  a,
const T &  b 
)
inlinestatic

◆ bitwise_not()

template<typename T >
static EIGEN_DEVICE_FUNC T Eigen::internal::bytewise_bitwise_helper< T >::bitwise_not ( const T &  a)
inlinestatic

◆ bitwise_or()

template<typename T >
static EIGEN_DEVICE_FUNC T Eigen::internal::bytewise_bitwise_helper< T >::bitwise_or ( const T &  a,
const T &  b 
)
inlinestatic

◆ bitwise_xor()

template<typename T >
static EIGEN_DEVICE_FUNC T Eigen::internal::bytewise_bitwise_helper< T >::bitwise_xor ( const T &  a,
const T &  b 
)
inlinestatic

◆ unary()

template<typename T >
template<typename Op >
static EIGEN_DEVICE_FUNC T Eigen::internal::bytewise_bitwise_helper< T >::unary ( const T &  a,
Op  op 
)
inlinestaticprivate

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