Home
last modified time | relevance | path

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

/dports/math/igraph/igraph-0.9.5/src/games/
H A Dwatts_strogatz.c98 IGRAPH_CHECK(igraph_rewire_edges(graph, p, loops, multiple)); in igraph_watts_strogatz_game()
/dports/math/igraph/igraph-0.9.5/src/operators/
H A Drewire_edges.c218 int igraph_rewire_edges(igraph_t *graph, igraph_real_t prob, in igraph_rewire_edges() function
390 IGRAPH_CHECK(igraph_rewire_edges(graph, prob, loops, /* multiple = */ 1)); in igraph_rewire_directed_edges()
/dports/math/igraph/igraph-0.9.5/include/
H A Digraph_games.h125 IGRAPH_EXPORT int igraph_rewire_edges(igraph_t *graph, igraph_real_t prob,
/dports/math/R-cran-igraph/igraph/src/include/
H A Digraph_games.h129 DECLDIR int igraph_rewire_edges(igraph_t *graph, igraph_real_t prob,
/dports/math/R-cran-igraph/igraph/src/
H A Dgames.c3187 int igraph_rewire_edges(igraph_t *graph, igraph_real_t prob, in igraph_rewire_edges() function
3358 IGRAPH_CHECK(igraph_rewire_edges(graph, prob, loops, /* multiple = */ 0)); in igraph_rewire_directed_edges()
3433 IGRAPH_CHECK(igraph_rewire_edges(graph, p, loops, multiple)); in igraph_watts_strogatz_game()
H A Drinterface.c6899 igraph_rewire_edges(&g, prob, loops, multiple); in R_igraph_rewire_edges()
/dports/math/igraph/igraph-0.9.5/interfaces/
H A Dfunctions.yaml216 igraph_rewire_edges:
/dports/math/igraph/igraph-0.9.5/
H A DONEWS1218 * igraph_watts_strogatz_game and igraph_rewire_edges