Home
last modified time | relevance | path

Searched refs:LocalMap (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/graph_parallel/doc/
Ddistributed_property_map.rst447 typename GlobalKey, typename LocalMap, typename ValueType,
450 local_property_map<ProcessGroup, GlobalKey, LocalMap>,
454 typedef local_property_map<ProcessGroup, GlobalKey, LocalMap> index_map_type;
464 typename GlobalKey, typename LocalMap>
466 local_property_map<ProcessGroup, GlobalKey, LocalMap> >
468 local_property_map<ProcessGroup, GlobalKey, LocalMap> id);
516 typename GlobalKey, typename LocalMap, typename ValueType,
519 local_property_map<ProcessGroup, GlobalKey, LocalMap>,
522 local_property_map<ProcessGroup, GlobalKey, LocalMap>,
547 typename GlobalKey, typename LocalMap, typename ValueType,
[all …]
/third_party/boost/boost/graph/distributed/
Dconnected_components.hpp213 template <typename OwnerMap, typename LocalMap>
217 hashed_vertex_compare (const OwnerMap& o, const LocalMap& l) in hashed_vertex_compare()
232 LocalMap local;
323 LocalMap; in parallel_connected_components() typedef
324 LocalMap local = get(vertex_local, g); in parallel_connected_components()
447 hashed_vertex_compare<OwnerMap, LocalMap> v_compare(owner, local); in parallel_connected_components()
/third_party/boost/libs/graph_parallel/test/
Ddistributed_betweenness_centrality_test.cpp237 typedef property_map<Graph, vertex_local_t>::const_type LocalMap; in test_main() typedef
240 LocalMap local = get(vertex_local, g); in test_main()
Dssca.cpp231 typedef typename property_map<Graph, vertex_local_t>::const_type LocalMap; in classify_sets() typedef
233 LocalMap local = get(vertex_local, g); in classify_sets()
308 template <typename Graph, typename OwnerMap, typename LocalMap,
311 void subgraph_extraction(Graph& g, const OwnerMap& owner, const LocalMap& local, in subgraph_extraction()
876 typedef typename property_map<Graph, vertex_local_t>::const_type LocalMap; in run_distributed_graph_tests() typedef
940 LocalMap local = get(vertex_local, g); in run_distributed_graph_tests()