pow_helper< Exponent, true > Struct Template Reference

Static Public Member Functions

static bool is_integer_impl (const Exponent &)
 
static bool is_odd_impl (const Exponent &exp)
 

Member Function Documentation

◆ is_integer_impl()

template<typename Exponent >
static bool pow_helper< Exponent, true >::is_integer_impl ( const Exponent &  )
inlinestatic
244 { return true; }

◆ is_odd_impl()

template<typename Exponent >
static bool pow_helper< Exponent, true >::is_odd_impl ( const Exponent &  exp)
inlinestatic
245 { return exp % 2 != 0; }
EIGEN_STRONG_INLINE EIGEN_DEVICE_FUNC bfloat16 exp(const bfloat16 &a)
Definition: BFloat16.h:615

References Eigen::bfloat16_impl::exp().


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