Home
last modified time | relevance | path

Searched refs:IGRAPH_EDGEORDER_ID (Results 1 – 25 of 32) sorted by relevance

12

/dports/math/igraph/igraph-0.9.5/tests/unit/
H A Digraph_is_mutual.c43 call_and_print(&g_0, igraph_ess_all(IGRAPH_EDGEORDER_ID)); in main()
46 call_and_print(&g_lm, igraph_ess_all(IGRAPH_EDGEORDER_ID)); in main()
52 call_and_print(&g_lmu, igraph_ess_all(IGRAPH_EDGEORDER_ID)); in main()
H A Digraph_count_multiple.c17 igraph_count_multiple(&graph, &counts, igraph_ess_all(IGRAPH_EDGEORDER_ID)); in main()
27 igraph_count_multiple(&graph, &counts, igraph_ess_all(IGRAPH_EDGEORDER_ID)); in main()
H A Digraph_preference_game.c190 igraph_is_loop(&g, &is_loop, igraph_ess_all(IGRAPH_EDGEORDER_ID)); in main()
/dports/math/igraph/igraph-0.9.5/examples/simple/
H A Digraph_is_loop.c42 igraph_is_loop(&graph, &v, igraph_ess_all(IGRAPH_EDGEORDER_ID)); in main()
48 igraph_is_loop(&graph, &v, igraph_ess_all(IGRAPH_EDGEORDER_ID)); in main()
H A Digraph_is_multiple.c42 igraph_is_multiple(&graph, &v, igraph_ess_all(IGRAPH_EDGEORDER_ID)); in main()
49 igraph_is_multiple(&graph, &v, igraph_ess_all(IGRAPH_EDGEORDER_ID)); in main()
H A Digraph_grg_game.c26 igraph_eit_create(&graph, igraph_ess_all(IGRAPH_EDGEORDER_ID), &eit); in main()
H A Dcattributes.c118 igraph_ess_all(IGRAPH_EDGEORDER_ID), &vec); in print_attributes()
128 igraph_ess_all(IGRAPH_EDGEORDER_ID), &svec); in print_attributes()
/dports/math/igraph/igraph-0.9.5/src/io/
H A Dleda.c194 graph, edge_attr_name, igraph_ess_all(IGRAPH_EDGEORDER_ID), &values)); in igraph_write_graph_leda()
217 graph, edge_attr_name, igraph_ess_all(IGRAPH_EDGEORDER_ID), &values)); in igraph_write_graph_leda()
H A Dncol.c319 igraph_ess_all(IGRAPH_EDGEORDER_ID), in igraph_write_graph_ncol()
345 igraph_ess_all(IGRAPH_EDGEORDER_ID), in igraph_write_graph_ncol()
H A Dlgl.c311 igraph_ess_all(IGRAPH_EDGEORDER_ID), in igraph_write_graph_lgl()
342 igraph_ess_all(IGRAPH_EDGEORDER_ID), in igraph_write_graph_lgl()
H A Ddimacs.c288 IGRAPH_CHECK(igraph_eit_create(graph, igraph_ess_all(IGRAPH_EDGEORDER_ID), in igraph_write_graph_dimacs()
H A Dpajek.c673 IGRAPH_CHECK(igraph_es_all(&es, IGRAPH_EDGEORDER_ID)); in igraph_write_graph_pajek()
/dports/math/igraph/igraph-0.9.5/include/
H A Digraph_attributes.h565 igraph_ess_all(IGRAPH_EDGEORDER_ID), (vec)))
578 igraph_ess_all(IGRAPH_EDGEORDER_ID), (vec)))
592 igraph_ess_all(IGRAPH_EDGEORDER_ID), (vec)))
H A Digraph_constants.h111 typedef enum { IGRAPH_EDGEORDER_ID = 0, enumerator
/dports/math/R-cran-igraph/igraph/src/include/
H A Digraph_constants.h107 typedef enum { IGRAPH_EDGEORDER_ID = 0, enumerator
H A Digraph_attributes.h612 igraph_ess_all(IGRAPH_EDGEORDER_ID), (vec)))
625 igraph_ess_all(IGRAPH_EDGEORDER_ID), (vec)))
639 igraph_ess_all(IGRAPH_EDGEORDER_ID), (vec)))
/dports/math/igraph/igraph-0.9.5/src/operators/
H A Dsimplify.c77 IGRAPH_CHECK(igraph_es_all(&es, IGRAPH_EDGEORDER_ID)); in igraph_simplify()
H A Drewire.c205 IGRAPH_CHECK(igraph_delete_edges(graph, igraph_ess_all(IGRAPH_EDGEORDER_ID))); in igraph_i_rewire()
/dports/math/R-cran-igraph/igraph/src/
H A Dforeign.c1592 igraph_ess_all(IGRAPH_EDGEORDER_ID), in igraph_write_graph_ncol()
1618 igraph_ess_all(IGRAPH_EDGEORDER_ID), in igraph_write_graph_ncol()
1784 igraph_ess_all(IGRAPH_EDGEORDER_ID), in igraph_write_graph_lgl()
1815 igraph_ess_all(IGRAPH_EDGEORDER_ID), in igraph_write_graph_lgl()
2312 IGRAPH_CHECK(igraph_es_all(&es, IGRAPH_EDGEORDER_ID)); in igraph_write_graph_pajek()
2452 IGRAPH_CHECK(igraph_eit_create(graph, igraph_ess_all(IGRAPH_EDGEORDER_ID), in igraph_write_graph_dimacs()
3339 graph, edge_attr_name, igraph_ess_all(IGRAPH_EDGEORDER_ID), &values)); in igraph_write_graph_leda()
3362 graph, edge_attr_name, igraph_ess_all(IGRAPH_EDGEORDER_ID), &values)); in igraph_write_graph_leda()
H A Dconversion.c296 IGRAPH_CHECK(igraph_eit_create(graph, igraph_ess_all(IGRAPH_EDGEORDER_ID), in igraph_get_edgelist()
469 IGRAPH_CHECK(igraph_es_all(&es, IGRAPH_EDGEORDER_ID)); in igraph_to_undirected()
H A Dmicroscopic_update.c120 IGRAPH_CHECK(igraph_es_all(&es, IGRAPH_EDGEORDER_ID)); in igraph_ecumulative_proportionate_values()
/dports/math/igraph/igraph-0.9.5/src/community/
H A Dmodularity.c229 IGRAPH_CHECK(igraph_eit_create(graph, igraph_ess_all(IGRAPH_EDGEORDER_ID), &edgeit)); in igraph_i_modularity_matrix_get_adjacency()
H A Dlouvain.c280 igraph_eit_create(graph, igraph_ess_all(IGRAPH_EDGEORDER_ID), &eit); in igraph_i_multilevel_shrink()
/dports/math/igraph/igraph-0.9.5/src/misc/
H A Dconversion.c302 IGRAPH_CHECK(igraph_eit_create(graph, igraph_ess_all(IGRAPH_EDGEORDER_ID), in igraph_get_edgelist()
526 IGRAPH_CHECK(igraph_es_all(&es, IGRAPH_EDGEORDER_ID)); in igraph_to_undirected()
H A Dmicroscopic_update.c119 IGRAPH_CHECK(igraph_es_all(&es, IGRAPH_EDGEORDER_ID)); in igraph_i_ecumulative_proportionate_values()

12