Home
last modified time | relevance | path

Searched refs:igraph_degree_sequence_game (Results 1 – 11 of 11) sorted by relevance

/dports/math/igraph/igraph-0.9.5/tests/unit/
H A Digraph_degree_sequence_game.c46 igraph_degree_sequence_game(&g, &outdeg, NULL, IGRAPH_DEGSEQ_SIMPLE); in main()
56 igraph_degree_sequence_game(&g, &empty, NULL, IGRAPH_DEGSEQ_SIMPLE); in main()
63 igraph_degree_sequence_game(&g, &outdeg, &indeg, IGRAPH_DEGSEQ_SIMPLE); in main()
76 igraph_degree_sequence_game(&g, &empty, &empty, IGRAPH_DEGSEQ_SIMPLE); in main()
96 igraph_degree_sequence_game(&g, &empty, NULL, IGRAPH_DEGSEQ_SIMPLE_NO_MULTIPLE_UNIFORM); in main()
126 igraph_degree_sequence_game(&g, &outdeg, NULL, IGRAPH_DEGSEQ_SIMPLE_NO_MULTIPLE); in main()
139 igraph_degree_sequence_game(&g, &empty, NULL, IGRAPH_DEGSEQ_SIMPLE_NO_MULTIPLE); in main()
146 igraph_degree_sequence_game(&g, &outdeg, &indeg, IGRAPH_DEGSEQ_SIMPLE_NO_MULTIPLE); in main()
162 igraph_degree_sequence_game(&g, &empty, &empty, IGRAPH_DEGSEQ_SIMPLE_NO_MULTIPLE); in main()
169 igraph_degree_sequence_game(&g, &outdeg, NULL, IGRAPH_DEGSEQ_VL); in main()
[all …]
/dports/math/igraph/igraph-0.9.5/examples/simple/
H A Digraph_degree_sequence_game.c17 igraph_degree_sequence_game(&g, &outdeg, 0, IGRAPH_DEGSEQ_SIMPLE); in main()
28 igraph_degree_sequence_game(&g, &outdeg, 0, IGRAPH_DEGSEQ_VL); in main()
42 igraph_degree_sequence_game(&g, &outdeg, &indeg, IGRAPH_DEGSEQ_SIMPLE); in main()
57 igraph_degree_sequence_game(&g, &outdeg, 0, IGRAPH_DEGSEQ_SIMPLE_NO_MULTIPLE); in main()
71 igraph_degree_sequence_game(&g, &outdeg, &indeg, IGRAPH_DEGSEQ_SIMPLE_NO_MULTIPLE); in main()
/dports/math/igraph/igraph-0.9.5/src/games/
H A Dk_regular.c79 IGRAPH_CHECK(igraph_degree_sequence_game(graph, &degseq, directed ? &degseq : 0, mode)); in igraph_k_regular_game()
H A Ddegree_sequence.c744 int igraph_degree_sequence_game(igraph_t *graph, const igraph_vector_t *out_deg, in igraph_degree_sequence_game() function
/dports/math/igraph/igraph-0.9.5/include/
H A Digraph_games.h57 IGRAPH_EXPORT int igraph_degree_sequence_game(igraph_t *graph, const igraph_vector_t *out_deg,
/dports/math/R-cran-igraph/igraph/src/include/
H A Digraph_games.h64 DECLDIR int igraph_degree_sequence_game(igraph_t *graph, const igraph_vector_t *out_deg,
/dports/math/igraph/igraph-0.9.5/
H A DCHANGELOG.md357 …- `igraph_degree_sequence_game()`: improved performance with `IGRAPH_DEGSEQ_SIMPLE_NO_MULTIPLE_UNI…
386 - Improved interruptability: `igraph_degree_sequence_game()`
462 …- `igraph_degree_sequence_game()`: new method added for uniform sampling: `IGRAPH_DEGSEQ_SIMPLE_NO…
H A DONEWS161 - igraph_degree_sequence_game has a new method:
618 - VL graph generator in igraph_degree_sequence_game() checks now that
/dports/math/R-cran-igraph/igraph/src/
H A Dgames.c1540 int igraph_degree_sequence_game(igraph_t *graph, const igraph_vector_t *out_deg, in igraph_degree_sequence_game() function
4419 IGRAPH_CHECK(igraph_degree_sequence_game(graph, &degseq, directed ? &degseq : 0, mode)); in igraph_k_regular_game()
H A Drinterface.c4884 igraph_degree_sequence_game(&g, &outseq, in R_igraph_degree_sequence_game()
/dports/math/igraph/igraph-0.9.5/interfaces/
H A Dfunctions.yaml158 igraph_degree_sequence_game: