Home
last modified time | relevance | path

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

/dports/math/igraph/igraph-0.9.5/src/games/
H A Derdos_renyi.c135 int igraph_erdos_renyi_game_gnm( in igraph_erdos_renyi_game_gnm() function
279 retval = igraph_erdos_renyi_game_gnm(graph, n, p_or_m, directed, loops); in igraph_erdos_renyi_game()
/dports/math/igraph/igraph-0.9.5/examples/simple/
H A Digraph_subisomorphic_lad.c39 igraph_erdos_renyi_game_gnm(&graph, 40, 400, /* directed = */ 1, /* loops = */ 0); in test_motifs()
162 igraph_erdos_renyi_game_gnm(&graph, 20, 100, /* directed = */ 0, /* loops = */ 0); in test_motifs_undirected()
/dports/math/igraph/igraph-0.9.5/include/
H A Digraph_games.h55 IGRAPH_EXPORT int igraph_erdos_renyi_game_gnm(igraph_t *graph, igraph_integer_t n, igraph_real_t m,
/dports/math/R-cran-igraph/igraph/src/include/
H A Digraph_games.h62 DECLDIR int igraph_erdos_renyi_game_gnm(igraph_t *graph, igraph_integer_t n, igraph_real_t m,
/dports/math/R-cran-igraph/igraph/src/
H A Dgames.c678 int igraph_erdos_renyi_game_gnm(igraph_t *graph, igraph_integer_t n, igraph_real_t m, in igraph_erdos_renyi_game_gnm() function
820 retval = igraph_erdos_renyi_game_gnm(graph, n, p_or_m, directed, loops); in igraph_erdos_renyi_game()
/dports/math/igraph/igraph-0.9.5/interfaces/
H A Dfunctions.yaml155 igraph_erdos_renyi_game_gnm: