Home
last modified time | relevance | path

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

/dports/math/igraph/igraph-0.9.5/tests/unit/
H A Defficiency.c36 igraph_average_local_efficiency(&graph, &eff, NULL, 0, IGRAPH_ALL); in main()
39 igraph_average_local_efficiency(&graph, &eff, NULL, 1, IGRAPH_ALL); in main()
42 igraph_average_local_efficiency(&graph, &eff, NULL, 1, IGRAPH_IN); in main()
45 igraph_average_local_efficiency(&graph, &eff, NULL, 1, IGRAPH_OUT); in main()
73 igraph_average_local_efficiency(&graph, &eff, &weights, 0, IGRAPH_ALL); in main()
76 igraph_average_local_efficiency(&graph, &eff, &weights, 1, IGRAPH_ALL); in main()
79 igraph_average_local_efficiency(&graph, &eff, &weights, 1, IGRAPH_IN); in main()
82 igraph_average_local_efficiency(&graph, &eff, &weights, 1, IGRAPH_OUT); in main()
/dports/math/igraph/igraph-0.9.5/include/
H A Digraph_paths.h143 IGRAPH_EXPORT int igraph_average_local_efficiency(const igraph_t *graph, igraph_real_t *res,
/dports/math/igraph/igraph-0.9.5/src/paths/
H A Dshortest_paths.c856 int igraph_average_local_efficiency(const igraph_t *graph, igraph_real_t *res, in igraph_average_local_efficiency() function
/dports/math/igraph/igraph-0.9.5/
H A DCHANGELOG.md168 * `igraph_average_local_efficiency()` computes the mean local efficiency.