Home
last modified time | relevance | path

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

/dports/math/igraph/igraph-0.9.5/tests/unit/
H A Defficiency.c49 igraph_local_efficiency(&graph, &eff_vec, igraph_vss_all(), NULL, 0, IGRAPH_ALL); in main()
53 igraph_local_efficiency(&graph, &eff_vec, igraph_vss_all(), NULL, 1, IGRAPH_ALL); in main()
57 igraph_local_efficiency(&graph, &eff_vec, igraph_vss_all(), NULL, 1, IGRAPH_IN); in main()
61 igraph_local_efficiency(&graph, &eff_vec, igraph_vss_all(), NULL, 1, IGRAPH_OUT); in main()
86 igraph_local_efficiency(&graph, &eff_vec, igraph_vss_all(), &weights, 0, IGRAPH_ALL); in main()
90 igraph_local_efficiency(&graph, &eff_vec, igraph_vss_all(), &weights, 1, IGRAPH_ALL); in main()
94 igraph_local_efficiency(&graph, &eff_vec, igraph_vss_all(), &weights, 1, IGRAPH_IN); in main()
98 igraph_local_efficiency(&graph, &eff_vec, igraph_vss_all(), &weights, 1, IGRAPH_OUT); in main()
/dports/math/igraph/igraph-0.9.5/include/
H A Digraph_paths.h139 IGRAPH_EXPORT int igraph_local_efficiency(const igraph_t *graph, igraph_vector_t *res,
/dports/math/igraph/igraph-0.9.5/src/paths/
H A Dshortest_paths.c700 int igraph_local_efficiency(const igraph_t *graph, igraph_vector_t *res, in igraph_local_efficiency() function
872 …IGRAPH_CHECK(igraph_local_efficiency(graph, &local_eff, igraph_vss_all(), weights, directed, mode)… in igraph_average_local_efficiency()
/dports/math/igraph/igraph-0.9.5/
H A DCHANGELOG.md167 * `igraph_local_efficiency()` computes the local efficiency around each vertex.