Home
last modified time | relevance | path

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

/third_party/boost/libs/graph/doc/
Deg1-iso.cpp96 std::vector< std::size_t > in_degree_A(num_vertices(Ga)); in test_isomorphism() local
97 boost::detail::compute_in_degree(Ga, &in_degree_A[0]); in test_isomorphism()
103 &in_degree_A[0], Ga); in test_isomorphism()