Loading [MathJax]/extensions/tex2jax.js
ug4
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost_cuthill_mckee_ordering.h File Reference
#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.h"
#include "common/error.h"
#include "common/log.h"

Go to the source code of this file.

Classes

class  ug::BoostCuthillMcKeeOrdering< TAlgebra, O_t >
 

Namespaces

namespace  ug
 the ug namespace
 

Macros

#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)
 

Macro Definition Documentation

◆ MCKEE_GRAPH_T

#define MCKEE_GRAPH_T