Galois::GReduceAverage< T > Class Template Reference
#include <Accumulator.h>
List of all members.
Classes |
struct | AVG |
Public Member Functions |
void | update (const T &_newVal) |
const T | get () |
| returns the thread local value if in a parallel loop or the final reduction if in serial mode
|
void | reset (const T &d) |
GReduceAverage & | insert (const T &rhs) |
Private Types |
typedef std::pair< T, unsigned > | TP |
Private Attributes |
GReducible< std::pair< T,
unsigned >, AVG > | data |
template<typename T>
class Galois::GReduceAverage< T >
Member Typedef Documentation
Member Function Documentation
returns the thread local value if in a parallel loop or the final reduction if in serial mode
Member Data Documentation
The documentation for this class was generated from the following file: