Home
last modified time | relevance | path

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

/dports/math/igraph/igraph-0.9.5/src/paths/
H A Dshortest_paths.c861 igraph_vector_t local_eff; in igraph_average_local_efficiency() local
870 IGRAPH_VECTOR_INIT_FINALLY(&local_eff, no_of_nodes); in igraph_average_local_efficiency()
872 …IGRAPH_CHECK(igraph_local_efficiency(graph, &local_eff, igraph_vss_all(), weights, directed, mode)… in igraph_average_local_efficiency()
874 *res = igraph_vector_sum(&local_eff); in igraph_average_local_efficiency()
877 igraph_vector_destroy(&local_eff); in igraph_average_local_efficiency()