|
static Base | run (Base base, Exponent exponent) |
|
◆ run()
template<typename Base , typename Exponent >
static Base ref_pow< Base, Exponent, true >::run |
( |
Base |
base, |
|
|
Exponent |
exponent |
|
) |
| |
|
inlinestatic |
229 return static_cast<Base
>(
pow(base, exponent));
#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: