#include "galois/config.h"
Go to the source code of this file.
|
| galois |
| The Galois namespace containing all Galois structures and functions.
|
|
|
template<typename RangeFunc , typename FunctionTy , typename... Args> |
void | galois::for_each (const RangeFunc &rangeMaker, FunctionTy &&fn, const Args &...args) |
| Galois unordered set iterator. More...
|
|
template<typename RangeFunc , typename FunctionTy , typename... Args> |
void | galois::do_all (const RangeFunc &rangeMaker, FunctionTy &&fn, const Args &...args) |
| Standard do-all loop. More...
|
|
template<typename FunctionTy , typename... Args> |
void | galois::on_each (FunctionTy &&fn, const Args &...args) |
| Low-level parallel loop. More...
|
|