ALP User Documentation 0.7.alpha
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 | |
namespace | grb |
The ALP/GraphBLAS namespace. | |
namespace | grb::algorithms |
The namespace for ALP/GraphBLAS algorithms. | |
namespace | grb::algorithms::pregel |
The namespace for ALP/Pregel algorithms. | |
Implements the (strongly) connected components algorithm over undirected graphs using the ALP/Pregel interface.