Galois::GraphChi Namespace Reference
Implementation of GraphChi DSL in Galois.
More...
Namespaces |
namespace | hidden |
Functions |
template<typename Graph , typename VertexOperator > |
void | vertexMap (Graph &graph, VertexOperator op, size_t size) |
template<typename Graph , typename VertexOperator , typename Bag > |
void | vertexMap (Graph &graph, VertexOperator op, Bag &input, size_t size) |
Detailed Description
Implementation of GraphChi DSL in Galois.
Function Documentation
template<typename Graph , typename VertexOperator , typename Bag >
void Galois::GraphChi::vertexMap |
( |
Graph & |
graph, |
|
|
VertexOperator |
op, |
|
|
Bag & |
input, |
|
|
size_t |
size | |
|
) |
| | [inline] |
template<typename Graph , typename VertexOperator >
void Galois::GraphChi::vertexMap |
( |
Graph & |
graph, |
|
|
VertexOperator |
op, |
|
|
size_t |
size | |
|
) |
| | [inline] |