Compute the connected components of a graph. More...
Go to the source code of this file.
Functions | |
template<typename MatrixType , typename ArrayType > | |
size_t | cusp::graph::connected_components (const MatrixType &G, ArrayType &components) |
Computes the connected components of a graph. More... | |
Compute the connected components of a graph.
Definition in file connected_components.h.