Built-in Reducers#
ReducerConcept provides the concept for Reducers.
Reducer objects used in conjunction with parallel_reduce
Reducer |
Description |
---|---|
Binary ‘And’ reduction |
|
Binary ‘Or’ reduction |
|
Logical ‘And’ reduction |
|
Logical ‘Or’ reduction |
|
Maximum reduction |
|
Reduction providing maximum and an associated index |
|
Minimum reduction |
|
Reduction providing minimum and an associated index |
|
Reduction providing both minimum and maximum |
|
Reduction providing both minimum and maximum and associated indices |
|
Multiplicative reduction |
|
Sum reduction |
Reduction Scalar Types are template classes for storage for reducers.