Home
last modified time | relevance | path

Searched refs:igraph_tree_mode_t (Results 1 – 8 of 8) sorted by relevance

/dports/math/igraph/igraph-0.9.5/tests/unit/
H A Digraph_rewire.c26 static void check_rewiring(igraph_tree_mode_t tree_mode, igraph_bool_t use_adjlist, igraph_bool_t a… in check_rewiring()
/dports/math/R-cran-igraph/igraph/src/include/
H A Digraph_constants.h70 } igraph_tree_mode_t; typedef
H A Digraph_constructors.h55 igraph_tree_mode_t type);
/dports/math/igraph/igraph-0.9.5/include/
H A Digraph_constants.h74 } igraph_tree_mode_t; typedef
H A Digraph_constructors.h56 igraph_tree_mode_t type);
/dports/math/igraph/igraph-0.9.5/src/constructors/
H A Dregular.c366 igraph_tree_mode_t type) { in igraph_tree()
/dports/math/R-cran-igraph/igraph/src/
H A Dstructure_generators.c984 igraph_tree_mode_t type) { in igraph_tree()
H A Drinterface.c4723 igraph_tree(&g, n, children, (igraph_tree_mode_t) mode); in R_igraph_tree()