Home
last modified time | relevance | path

Searched refs:sorted_erdos_renyi_iterator (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/boost/graph/
Derdos_renyi_generator.hpp103 class sorted_erdos_renyi_iterator class
104 : public iterator_facade< sorted_erdos_renyi_iterator< RandomGenerator, Graph >,
121 sorted_erdos_renyi_iterator() in sorted_erdos_renyi_iterator() function in boost::sorted_erdos_renyi_iterator
135 sorted_erdos_renyi_iterator(RandomGenerator& gen, vertices_size_type n, in sorted_erdos_renyi_iterator() function in boost::sorted_erdos_renyi_iterator
161 bool equal(const sorted_erdos_renyi_iterator& o) const in equal()
/third_party/boost/libs/graph/test/
Dgenerator_test.cpp48 sorted_erdos_renyi_iterator< RandomGenerator, Graph > start(gen, N, p); in main()
49 sorted_erdos_renyi_iterator< RandomGenerator, Graph > end; in main()
/third_party/boost/libs/graph_parallel/test/
Ddistributed_strong_components_test.cpp87 Graph g(sorted_erdos_renyi_iterator<minstd_rand, Graph>(gen, n, _p/2), in test_distributed_strong_components()
88 sorted_erdos_renyi_iterator<minstd_rand, Graph>(), in test_distributed_strong_components()
Ddistributed_csr_test.cpp90 typedef sorted_erdos_renyi_iterator<minstd_rand, Digraph> ERIter; in test_main()
Dalgorithm_performance.cpp421 Graph g(sorted_erdos_renyi_iterator<RandomGenerator, Graph>(gen, N, _p/2), in test_csr()
422 sorted_erdos_renyi_iterator<RandomGenerator, Graph>(), in test_csr()
434 sorted_erdos_renyi_iterator<RandomGenerator, seqGraph>(gen, N, _p/2), in test_csr()
435 sorted_erdos_renyi_iterator<RandomGenerator, seqGraph>(), in test_csr()
Ddistributed_betweenness_centrality_test.cpp132 typedef sorted_erdos_renyi_iterator<minstd_rand, Graph> ERIter; in test_main()
Ddistributed_csr_algorithm_test.cpp223 typedef sorted_erdos_renyi_iterator<minstd_rand, Digraph> ERIter; in test_main()
/third_party/boost/libs/mpi/test/
Dgraph_topology_test.cpp70 sorted_erdos_renyi_iterator<minstd_rand, Graph> in BOOST_AUTO_TEST_CASE()
/third_party/boost/libs/graph_parallel/doc/
Ddistributed_adjacency_list.rst255 typedef boost::sorted_erdos_renyi_iterator<boost::minstd_rand, Graph> ERIter;