ALP User Documentation 0.7.0
Algebraic Programming User Documentation
Classes | Namespaces
pregel_connected_components.hpp File Reference

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.
 

Detailed Description

Implements the (strongly) connected components algorithm over undirected graphs using the ALP/Pregel interface.

Author
: A. N. Yzelman.