#include <boost/config.hpp>
#include <boost/graph/graph_traits.hpp>
#include <boost/detail/numeric_traits.hpp>
#include <boost/graph/bandwidth.hpp>
#include <boost/config/no_tr1/cmath.hpp>
#include <vector>
#include <algorithm>
Namespaces | |
boost | |
Duration formatting facet for input. | |
Functions | |
template<typename Graph , typename VertexIndexMap > | |
graph_traits< Graph > ::vertices_size_type | boost::ith_wavefront (typename graph_traits< Graph >::vertex_descriptor i, const Graph &g, VertexIndexMap index) |
template<typename Graph > | |
graph_traits< Graph > ::vertices_size_type | boost::ith_wavefront (typename graph_traits< Graph >::vertex_descriptor i, const Graph &g) |
template<typename Graph , typename VertexIndexMap > | |
graph_traits< Graph > ::vertices_size_type | boost::max_wavefront (const Graph &g, VertexIndexMap index) |
template<typename Graph > | |
graph_traits< Graph > ::vertices_size_type | boost::max_wavefront (const Graph &g) |
template<typename Graph , typename VertexIndexMap > | |
double | boost::aver_wavefront (const Graph &g, VertexIndexMap index) |
template<typename Graph > | |
double | boost::aver_wavefront (const Graph &g) |
template<typename Graph , typename VertexIndexMap > | |
double | boost::rms_wavefront (const Graph &g, VertexIndexMap index) |
template<typename Graph > | |
double | boost::rms_wavefront (const Graph &g) |