Template Function thrust::conj

Function Documentation

template<typename T>__host__ __device__ complex<T> thrust::conj(const complex < T > & z)

Returns the complex conjugate of a complex.

Parameters
  • z: The complex from which to calculate the complex conjugate.