conj#

template<typename T>
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.