ug4
|
#include <boost/graph/adjacency_list.hpp>
#include <boost/graph/graph_traits.hpp>
#include <boost/graph/properties.hpp>
#include <boost/graph/cuthill_mckee_ordering.hpp>
#include "IOrderingAlgorithm.h"
#include "util.cpp"
#include "common/error.h"
#include "common/log.h"
Classes | |
class | ug::BoostCuthillMcKeeOrdering< TAlgebra, O_t > |
Namespaces | |
ug | |
the ug namespace | |
Macros | |
#define | __UG__LIB_ALGEBRA__ORDERING_STRATEGIES_ALGORITHMS_BOOST_CUTHILL_MCKEE_ORDERING__ |
#define | MCKEE_GRAPH_T |
Typedefs | |
typedef boost::adjacency_list< boost::vecS, boost::vecS, boost::undirectedS, boost::property< boost::vertex_color_t, boost::default_color_type, boost::property< boost::vertex_degree_t, int > > > | ug::Graph_t |
Functions | |
template<typename G_t , typename M_t > | |
void | ug::induced_subgraph (G_t &ind_g, M_t *A, const std::vector< size_t > &inv_map) |
#define __UG__LIB_ALGEBRA__ORDERING_STRATEGIES_ALGORITHMS_BOOST_CUTHILL_MCKEE_ORDERING__ |
#define MCKEE_GRAPH_T |