Searched refs:EdgeFilter (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/libs/graph/test/ |
D | filtered_graph_properties_dijkstra.cpp | 70 template < class Graph > struct EdgeFilter struct 74 EdgeFilter(); argument 76 explicit EdgeFilter(Graph const*); 101 EdgeFilter< UndirectedGraph > const&) const; argument
|
/third_party/boost/libs/graph_parallel/test/ |
D | distributed_rmat_cc.cpp | 73 EdgeFilter; in test_filtered_rmat_cc() typedef 75 typedef unique_rmat_iterator<rand48, Graph, EdgeFilter> in test_filtered_rmat_cc() 81 Graph g(RMATIter(gen, n, m, a, b, c, d, true, EdgeFilter(distrib, id)), in test_filtered_rmat_cc()
|
D | ssca.cpp | 880 EdgeFilter; in run_distributed_graph_tests() typedef 901 typedef unique_rmat_iterator<RandomGenerator, Graph, EdgeFilter> RMATIter; in run_distributed_graph_tests() 902 Graph g(RMATIter(gen, n, m, a, b, c, d, true EdgeFilter(distrib, id)), in run_distributed_graph_tests()
|
/third_party/boost/libs/graph_parallel/doc/ |
D | sorted_unique_rmat_generator.rst | 95 mpi_process_group::process_id_type> EdgeFilter; 112 true, EdgeFilter(distrib, id)),
|