Galois
|
Accumulator for T where accumulation is min. More...
#include <Reduction.h>
Public Member Functions | |
GReduceMin () | |
Public Member Functions inherited from galois::Reducible< T, gmin< T >, identity_value_max< T > > | |
Reducible (gmin< T >merge_func, identity_value_max< T >id_func) | |
void | update (T &&rhs) |
Updates the thread local value by applying the reduction operator to current and newly provided value. More... | |
void | update (const T &rhs) |
T & | getLocal () |
Returns a reference to the local value of T. More... | |
T & | reduce () |
Returns the final reduction value. More... | |
void | reset () |
Public Member Functions inherited from galois::gmin< T > | |
constexpr T | operator() (const T &lhs, const T &rhs) const |
Public Member Functions inherited from galois::identity_value_max< T > | |
constexpr T | operator() () const |
Additional Inherited Members | |
Public Types inherited from galois::Reducible< T, gmin< T >, identity_value_max< T > > | |
using | value_type = T |
Accumulator for T where accumulation is min.
|
inline |