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

#include <GenericPacketMath.h>

+ Inheritance diagram for Eigen::internal::operator_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)
 

Member Function Documentation

◆ bitwise_and()

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

◆ bitwise_not()

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

◆ bitwise_or()

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

◆ bitwise_xor()

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

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