|
template<typename Metric , typename Vertices > |
adjacency_matrix< Metric >::type | paal::data_structures::metric_to_bgl (const Metric &m, Vertices &&vertices) |
| we assume that vertices is sequence of values (0, vertices.size()). More...
|
|
template<typename Metric , typename Vertices > |
adjacency_matrix< Metric >::type | paal::data_structures::metric_to_bgl_with_index (const Metric &m, Vertices &&vertices, bimap< typename boost::range_value< Vertices >::type > &idx) |
| produces graph from metric with index More...
|
|
- Author
- Piotr Wygocki
- Version
- 1.0
- Date
- 2013-02-01
Definition in file metric_to_bgl.hpp.