Fork me on GitHub
 All Classes Files Functions Variables Groups Pages
Functions
connected_components.h File Reference

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...
 

Detailed Description

Compute the connected components of a graph.

Definition in file connected_components.h.