Bolt
1.3
C++ template library with support for OpenCL
|
/*!
The max_element finds the location of the first maximum element in the range [first, last]
The min_element finds the location of the first smallest element in the range [first, last]
Family of reduction operations for boiling data down to a small set by summation, counting, finding min/max and more.
reduce_by_key performs, on a sequence, a reduction of each sub-sequence as defined by equivalent keys.
Family of reduction operations for boiling data down to a small set by summation, counting, finding min/max, and more.