KaMPIng 0.1.1
Flexible and (near) zero-overhead C++ bindings for MPI
|
Object encapsulating a summation operation on a given range of objects. More...
#include <measurement_utils.hpp>
Static Public Member Functions | |
template<typename Container > | |
static auto | compute (Container const &container) |
Apply a summation computation of the given range of objects. | |
Object encapsulating a summation operation on a given range of objects.
|
inlinestatic |
Apply a summation computation of the given range of objects.
Container | Type of container storing the objects. |
container | Container storing objects on which the aggregation operation is applied. |