Home
last modified time | relevance | path

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

/dports/math/igraph/igraph-0.9.5/src/paths/
H A Dshortest_paths.c43 …igraph_real_t *unconnected_pairs, /* if not NULL, will be set to the no. of non-connected ordered … in igraph_i_average_path_length_unweighted() argument
127 if (unconnected_pairs) in igraph_i_average_path_length_unweighted()
128 *unconnected_pairs = no_of_pairs - no_of_conn_pairs; in igraph_i_average_path_length_unweighted()
147 igraph_real_t *unconnected_pairs, in igraph_i_average_path_length_dijkstra() argument
178 …return igraph_i_average_path_length_unweighted(graph, res, unconnected_pairs, directed, invert, un… in igraph_i_average_path_length_dijkstra()
273 if (unconnected_pairs) in igraph_i_average_path_length_dijkstra()
274 *unconnected_pairs = no_of_pairs - no_of_conn_pairs; in igraph_i_average_path_length_dijkstra()