thrust::pow
Defined in thrust/complex.h
-
template<typename T0, typename T1>
complex<::cuda::std::common_type_t<T0, T1>> thrust::pow(const complex<T0> &x, const T1 &y) Returns a
complexnumber raised to a scalar.The value type of the
complexshould be compatible with the scalar and the type of the returnedcomplexis the promoted type of the two arguments.- Parameters
x – The base.
y – The exponent.