Home
last modified time | relevance | path

Searched refs:igraph_write_graph_gml (Results 1 – 9 of 9) sorted by relevance

/dports/math/igraph/igraph-0.9.5/examples/simple/
H A Dgml.c47 igraph_write_graph_gml(&g, stdout, 0, "test suite"); in main()
H A Dcattributes2.c68 igraph_write_graph_gml(&g, stdout, 0, ""); in main()
/dports/math/igraph/igraph-0.9.5/tests/regression/
H A Dbug_1814.c29 igraph_write_graph_gml(&g, stdout, 0, "unittest"); in test_igraph_to_undirected()
/dports/math/igraph/igraph-0.9.5/include/
H A Digraph_foreign.h77 IGRAPH_EXPORT int igraph_write_graph_gml(const igraph_t *graph, FILE *outstream,
/dports/math/R-cran-igraph/igraph/src/include/
H A Digraph_foreign.h77 DECLDIR int igraph_write_graph_gml(const igraph_t *graph, FILE *outstream,
/dports/math/igraph/igraph-0.9.5/src/io/
H A Dgml.c596 int igraph_write_graph_gml(const igraph_t *graph, FILE *outstream, in igraph_write_graph_gml() function
/dports/math/R-cran-igraph/igraph/src/
H A Dforeign.c2567 int igraph_write_graph_gml(const igraph_t *graph, FILE *outstream, in igraph_write_graph_gml() function
H A Drinterface.c5136 igraph_write_graph_gml(&g, stream, ppid, creator); in R_igraph_write_graph_gml()
/dports/math/igraph/igraph-0.9.5/interfaces/
H A Dfunctions.yaml1390 igraph_write_graph_gml: