Home
last modified time | relevance | path

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

/dports/math/igraph/igraph-0.9.5/src/games/
H A Derdos_renyi.c38 int igraph_erdos_renyi_game_gnp( in igraph_erdos_renyi_game_gnp() function
277 retval = igraph_erdos_renyi_game_gnp(graph, n, p_or_m, directed, loops); in igraph_erdos_renyi_game()
/dports/math/igraph/igraph-0.9.5/include/
H A Digraph_games.h53 IGRAPH_EXPORT int igraph_erdos_renyi_game_gnp(igraph_t *graph, igraph_integer_t n, igraph_real_t p,
/dports/math/R-cran-igraph/igraph/src/include/
H A Digraph_games.h60 DECLDIR int igraph_erdos_renyi_game_gnp(igraph_t *graph, igraph_integer_t n, igraph_real_t p,
/dports/math/R-cran-igraph/igraph/src/
H A Dgames.c585 int igraph_erdos_renyi_game_gnp(igraph_t *graph, igraph_integer_t n, igraph_real_t p, in igraph_erdos_renyi_game_gnp() function
818 retval = igraph_erdos_renyi_game_gnp(graph, n, p_or_m, directed, loops); in igraph_erdos_renyi_game()
/dports/math/igraph/igraph-0.9.5/interfaces/
H A Dfunctions.yaml152 igraph_erdos_renyi_game_gnp: