thrust::proj
Defined in thrust/complex.h
-
template<typename T>
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 – The
complexargument.