Template Function thrust::reduce(const thrust::detail::execution_policy_base<DerivedPolicy>&, InputIterator, InputIterator, T)

Function Documentation

Warning

doxygenfunction: Unable to resolve multiple matches for function “thrust::reduce” with arguments (const thrust::detail::execution_policy_base<DerivedPolicy>&, InputIterator, InputIterator, T) in doxygen xml output for project “rocThrust” from directory: ./docBin/xml. Potential matches:

- template<typename DerivedPolicy, typename InputIterator, typename T, typename BinaryFunction>__host__ __device__ T thrust::reduce(const thrust::detail::execution_policy_base< DerivedPolicy > &, InputIterator, InputIterator, T, BinaryFunction)
- template<typename DerivedPolicy, typename InputIterator, typename T>__host__ __device__ T thrust::reduce(const thrust::detail::execution_policy_base< DerivedPolicy > &, InputIterator, InputIterator, T)
- template<typename DerivedPolicy, typename InputIterator>__host__ __device__ thrust::iterator_traits<InputIterator>::value_type thrust::reduce(const thrust::detail::execution_policy_base< DerivedPolicy > &, InputIterator, InputIterator)
- template<typename InputIterator, typename T, typename BinaryFunction>
  T thrust::reduce(InputIterator, InputIterator, T, BinaryFunction)
- template<typename InputIterator, typename T>
  T thrust::reduce(InputIterator, InputIterator, T)
- template<typename InputIterator>
  thrust::iterator_traits<InputIterator>::value_type thrust::reduce(InputIterator, InputIterator)