#include <aggregates.hh>
Public Types | |
typedef G | MatrixGraph |
The matrix graph type used. | |
typedef MatrixGraph::VertexDescriptor | Vertex |
The vertex identifier. | |
typedef MatrixGraph::VertexDescriptor | AggregateDescriptor |
The type of the aggregate descriptor. | |
Public Member Functions | |
Aggregator () | |
Constructor. | |
~Aggregator () | |
Destructor. | |
template<class M, class C> | |
tuple< int, int, int > | build (const M &m, G &graph, AggregatesMap< Vertex > &aggregates, const C &c) |
Build the aggregates. |