Home
last modified time | relevance | path

Searched refs:sorted_unique_rmat_iterator (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/libs/graph_parallel/doc/
Dsorted_unique_rmat_generator.rst14 class sorted_unique_rmat_iterator
23 sorted_unique_rmat_iterator();
24 sorted_unique_rmat_iterator(RandomGenerator& gen, vertices_size_type n,
32 sorted_unique_rmat_iterator& operator++();
33 sorted_unique_rmat_iterator operator++(int);
34 bool operator==(const sorted_unique_rmat_iterator& other) const;
35 bool operator!=(const sorted_unique_rmat_iterator& other) const;
55 sorted_unique_rmat_iterator();
61 sorted_unique_rmat_iterator(RandomGenerator& gen, vertices_size_type n,
96 typedef boost::sorted_unique_rmat_iterator<boost::minstd_rand, Graph> RMATGen;
/third_party/boost/libs/graph/test/
Dgenerator_test.cpp115 sorted_unique_rmat_iterator< RandomGenerator, Graph > start( in main()
117 sorted_unique_rmat_iterator< RandomGenerator, Graph > end; in main()
126 sorted_unique_rmat_iterator< RandomGenerator, Graph > start( in main()
128 sorted_unique_rmat_iterator< RandomGenerator, Graph > end; in main()
/third_party/boost/libs/graph_parallel/test/
Ddistributed_connected_components_test.cpp101 Graph g(sorted_unique_rmat_iterator<minstd_rand, Graph>(gen, n, m, a, b, c, d, true), in test_distributed_connected_components()
102 sorted_unique_rmat_iterator<minstd_rand, Graph>(), in test_distributed_connected_components()
148 Graph2 g2( sorted_unique_rmat_iterator<minstd_rand, Graph>(gen, n, m, a, b, c, d, true), in test_distributed_connected_components()
149 sorted_unique_rmat_iterator<minstd_rand, Graph>(), in test_distributed_connected_components()
Dalgorithm_performance.cpp386 Graph g(sorted_unique_rmat_iterator<RandomGenerator, Graph>(gen, N, M, a, b, c, d), in test_csr()
387 sorted_unique_rmat_iterator<RandomGenerator, Graph>(), in test_csr()
399 sorted_unique_rmat_iterator<RandomGenerator, seqGraph>(gen, N, M, a, b, c, d), in test_csr()
400 sorted_unique_rmat_iterator<RandomGenerator, seqGraph>(), in test_csr()
558 Graph g(sorted_unique_rmat_iterator<RandomGenerator, Graph>(gen, N, M, a, b, c, d), in test_adjacency_list()
559 sorted_unique_rmat_iterator<RandomGenerator, Graph>(), in test_adjacency_list()
570 Graph g(sorted_unique_rmat_iterator<RandomGenerator, Graph>(gen, N, M, a, b, c, d), in test_adjacency_list()
571 sorted_unique_rmat_iterator<RandomGenerator, Graph>(), in test_adjacency_list()
583 seqGraph sg(sorted_unique_rmat_iterator<RandomGenerator, seqGraph>(gen, N, M, a, b, c, d), in test_adjacency_list()
584 sorted_unique_rmat_iterator<RandomGenerator, seqGraph>(), in test_adjacency_list()
[all …]
Dssca.cpp620 sorted_unique_rmat_iterator<RandomGenerator, seqGraph>(gen, n, m, a, b, c, d), in run_non_distributed_graph_tests()
621 sorted_unique_rmat_iterator<RandomGenerator, seqGraph>(), in run_non_distributed_graph_tests()
1052 seqGraph sg(sorted_unique_rmat_iterator<RandomGenerator, seqGraph>(gen, n, m, a, b, c, d), in run_distributed_graph_tests()
1053 sorted_unique_rmat_iterator<RandomGenerator, seqGraph>(), in run_distributed_graph_tests()
/third_party/boost/boost/graph/
Drmat_graph_generator.hpp498 class sorted_unique_rmat_iterator class
513 sorted_unique_rmat_iterator() in sorted_unique_rmat_iterator() function in boost::sorted_unique_rmat_iterator
519 sorted_unique_rmat_iterator(RandomGenerator& gen, vertices_size_type n, in sorted_unique_rmat_iterator() function in boost::sorted_unique_rmat_iterator
616 sorted_unique_rmat_iterator& operator++() in operator ++()
629 sorted_unique_rmat_iterator operator++(int) in operator ++()
631 sorted_unique_rmat_iterator temp(*this); in operator ++()
636 bool operator==(const sorted_unique_rmat_iterator& other) const in operator ==()
641 bool operator!=(const sorted_unique_rmat_iterator& other) const in operator !=()