Template Function thrust::conj¶
Defined in File complex.h
Function Documentation¶
-
template<typename T>__host__ __device__ complex<T> thrust::conj(const complex < T > & z) Returns the complex conjugate of a
complex.- Parameters
z: Thecomplexfrom which to calculate the complex conjugate.