Home
last modified time | relevance | path

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

/third_party/boost/libs/graph_parallel/test/
Ddistributed_betweenness_centrality_test.cpp164 std::vector<int> centralityS(num_vertices(g), 0); in test_main() local
165 CentralityMap centrality(centralityS.begin(), get(vertex_index, g)); in test_main()
Ddistributed_csr_algorithm_test.cpp324 std::vector<int> centralityS(num_vertices(g), 0); in test_main() local
325 CentralityMap centrality(centralityS.begin(), get(vertex_index, g)); in test_main()
Dalgorithm_performance.cpp202 std::vector<int> centralityS(num_vertices(g), 0); in test_directed_csr_only_algorithms() local
203 CentralityMap centrality(centralityS.begin(), get(vertex_index, g)); in test_directed_csr_only_algorithms()
Dssca.cpp990 std::vector<int> centralityS(num_vertices(g), 0); in run_distributed_graph_tests() local
991 CentralityMap centrality(centralityS.begin(), get(vertex_index, g)); in run_distributed_graph_tests()