ref_pow< Base, Exponent, true > Struct Template Reference

Static Public Member Functions

static Base run (Base base, Exponent exponent)
 

Member Function Documentation

◆ run()

template<typename Base , typename Exponent >
static Base ref_pow< Base, Exponent, true >::run ( Base  base,
Exponent  exponent 
)
inlinestatic
227  {
229  return static_cast<Base>(pow(base, exponent));
230  }
#define EIGEN_USING_STD(FUNC)
Definition: Macros.h:1090
EIGEN_STRONG_INLINE EIGEN_DEVICE_FUNC bfloat16 pow(const bfloat16 &a, const bfloat16 &b)
Definition: BFloat16.h:625

References EIGEN_USING_STD, and Eigen::bfloat16_impl::pow().


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