thrust::norm# template<typename T>T thrust::norm(const complex<T> &z)# Returns the square of the magnitude of a complex. Added in version 2.2.0. Parameters: z – The complex from which to calculate the norm.