Home
last modified time | relevance | path

Searched defs:nedges (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/mpi/src/
Dgraph_communicator.cpp53 int nnodes, nedges; in edges() local
68 int nnodes, nedges; in num_edges() local
/third_party/boost/libs/graph/example/
Dwrite_graphviz.cpp49 const int nedges = sizeof(used_by) / sizeof(Edge); in main() local
Dfile_dependencies.cpp104 const std::size_t nedges = sizeof(used_by) / sizeof(Edge); in main() local
/third_party/boost/boost/mpi/
Dgraph_communicator.hpp361 comm_edge_iterator(int nedges) : edge_index(nedges) { } in comm_edge_iterator()