Template Function thrust::proj¶
Defined in File complex.h
Function Documentation¶
-
template<typename T>__host__ __device__ complex<T> thrust::proj(const T & z) Returns the projection of a
complexon the Riemann sphere. For all finitecomplexit returns the argument. Forcomplexswith a non finite part returns (INFINITY,+/-0) where the sign of the zero matches the sign of the imaginary part of the argument.- Parameters
z: Thecomplexargument.