stdgpu/numeric.h File Reference

stdgpu/numeric.h File Reference#

stdgpu: stdgpu/numeric.h File Reference
stdgpu Latest
Efficient STL-like Data Structures on the GPU
numeric.h File Reference

Go to the source code of this file.

Functions

template<typename ExecutionPolicy , typename Iterator , typename T , STDGPU_DETAIL_OVERLOAD_IF(is_execution_policy_v< remove_cvref_t< ExecutionPolicy > >) >
void stdgpu::iota (ExecutionPolicy &&policy, Iterator begin, Iterator end, T value)
 
template<typename IndexType , typename ExecutionPolicy , typename T , typename BinaryFunction , typename UnaryFunction , STDGPU_DETAIL_OVERLOAD_IF(is_execution_policy_v< remove_cvref_t< ExecutionPolicy > >) >
stdgpu::transform_reduce_index (ExecutionPolicy &&policy, IndexType size, T init, BinaryFunction reduce, UnaryFunction f)