ALP User Documentation
0.8.preview
Algebraic Programming User Documentation
|
Implements the (strongly) connected components algorithm over undirected graphs using the ALP/Pregel interface. More...
Go to the source code of this file.
Classes | |
struct | ConnectedComponents< VertexIDType > |
A vertex-centric Connected Components algorithm. More... | |
struct | ConnectedComponents< VertexIDType >::Data |
This vertex-centric Connected Components algorithm does not require any algorithm parameters. More... | |
Namespaces | |
grb | |
The ALP/GraphBLAS namespace. | |
grb::algorithms | |
The namespace for ALP/GraphBLAS algorithms. | |
grb::algorithms::pregel | |
The namespace for ALP/Pregel algorithms. | |
Implements the (strongly) connected components algorithm over undirected graphs using the ALP/Pregel interface.