Template Function thrust::operator*(const complex<T0>&, const T1&)

Function Documentation

Warning

doxygenfunction: Unable to resolve multiple matches for function “thrust::operator*” with arguments (const complex<T0>&, const T1&) in doxygen xml output for project “rocThrust” from directory: ./docBin/xml. Potential matches:

- template<typename T0, typename T1>__host__ __device__ complex<typename detail::promoted_numerical_type<T0, T1>::type> thrust::operator*(const  complex < T0 > &, const  complex < T1 > &)
- template<typename T0, typename T1>__host__ __device__ complex<typename detail::promoted_numerical_type<T0, T1>::type> thrust::operator*(const  complex < T0 > &, const T1 &)
- template<typename T0, typename T1>__host__ __device__ complex<typename detail::promoted_numerical_type<T0, T1>::type> thrust::operator*(const T0 &, const  complex < T1 > &)