/dports/math/igraph/igraph-0.9.5/include/ |
H A D | igraph_iterators.h | 311 typedef struct igraph_eit_t { struct 317 } igraph_eit_t; argument 391 igraph_es_t es, igraph_eit_t *eit); 392 IGRAPH_EXPORT void igraph_eit_destroy(const igraph_eit_t *eit); 394 IGRAPH_EXPORT int igraph_eit_as_vector(const igraph_eit_t *eit, igraph_vector_t *v);
|
/dports/math/R-cran-igraph/igraph/src/include/ |
H A D | igraph_iterators.h | 314 typedef struct igraph_eit_t { struct 320 } igraph_eit_t; typedef 394 igraph_es_t es, igraph_eit_t *eit); 395 DECLDIR void igraph_eit_destroy(const igraph_eit_t *eit); 397 DECLDIR int igraph_eit_as_vector(const igraph_eit_t *eit, igraph_vector_t *v);
|
/dports/math/igraph/igraph-0.9.5/examples/simple/ |
H A D | igraph_es_pairs.c | 38 igraph_eit_t it; in main() 64 igraph_eit_t it; in main()
|
H A D | igraph_similarity.c | 42 igraph_eit_t eit; in check_jaccard_all() 100 igraph_eit_t eit; in check_dice_all()
|
H A D | igraph_grg_game.c | 9 igraph_eit_t eit; in main()
|
/dports/math/igraph/igraph-0.9.5/src/graph/ |
H A D | iterators.c | 1421 igraph_eit_t eit; in igraph_es_as_vector() 1586 igraph_eit_t *eit, 1589 igraph_es_t es, igraph_eit_t *eit); 1591 igraph_es_t es, igraph_eit_t *eit); 1593 igraph_es_t es, igraph_eit_t *eit); 1596 igraph_eit_t *eit, in igraph_i_eit_create_allfromto() 1657 igraph_es_t es, igraph_eit_t *eit) { in igraph_i_eit_pairs() 1696 igraph_es_t es, igraph_eit_t *eit) { in igraph_i_eit_multipairs() 1728 igraph_es_t es, igraph_eit_t *eit) { in igraph_i_eit_path() 1796 igraph_es_t es, igraph_eit_t *eit) { in igraph_eit_create() [all …]
|
/dports/math/R-cran-igraph/igraph/src/ |
H A D | iterators.c | 1413 igraph_eit_t eit; in igraph_es_as_vector() 1580 igraph_eit_t *eit, 1583 igraph_es_t es, igraph_eit_t *eit); 1585 igraph_es_t es, igraph_eit_t *eit); 1587 igraph_es_t es, igraph_eit_t *eit); 1590 igraph_eit_t *eit, in igraph_i_eit_create_allfromto() 1650 igraph_es_t es, igraph_eit_t *eit) { in igraph_i_eit_pairs() 1689 igraph_es_t es, igraph_eit_t *eit) { in igraph_i_eit_multipairs() 1721 igraph_es_t es, igraph_eit_t *eit) { in igraph_i_eit_path() 1789 igraph_es_t es, igraph_eit_t *eit) { in igraph_eit_create() [all …]
|
H A D | conversion.c | 73 igraph_eit_t edgeit; in igraph_get_adjacency() 205 igraph_eit_t edgeit; in igraph_get_adjacency_sparse() 290 igraph_eit_t edgeit; in igraph_get_edgelist() 466 igraph_eit_t eit; in igraph_to_undirected()
|
H A D | spectral_properties.c | 35 igraph_eit_t edgeit; in igraph_i_weighted_laplacian() 277 igraph_eit_t edgeit; in igraph_laplacian()
|
H A D | microscopic_update.c | 104 igraph_eit_t A; /* all edges in v's perspective */ in igraph_ecumulative_proportionate_values() 744 igraph_eit_t eA; /* edge list */ in igraph_moran_process()
|
/dports/math/igraph/igraph-0.9.5/src/properties/ |
H A D | multiplicity.c | 171 igraph_eit_t eit; in igraph_is_multiple() 239 igraph_eit_t eit; in igraph_count_multiple() 313 igraph_eit_t eit; in igraph_is_mutual()
|
H A D | loops.c | 78 igraph_eit_t eit; in igraph_is_loop()
|
H A D | spectral.c | 35 igraph_eit_t edgeit; in igraph_i_weighted_laplacian() 277 igraph_eit_t edgeit; in igraph_laplacian()
|
/dports/math/igraph/igraph-0.9.5/tests/unit/ |
H A D | edge_selectors.c | 23 igraph_eit_t eit; in check() 37 igraph_eit_t eit; in main()
|
H A D | igraph_es_path.c | 33 igraph_eit_t eit; in main()
|
/dports/math/igraph/igraph-0.9.5/src/io/ |
H A D | edgelist.c | 137 igraph_eit_t it; in igraph_write_graph_edgelist()
|
H A D | dimacs.c | 280 igraph_eit_t it; in igraph_write_graph_dimacs()
|
H A D | leda.c | 68 igraph_eit_t it; in igraph_write_graph_leda()
|
/dports/math/igraph/igraph-0.9.5/src/isomorphism/ |
H A D | isomorphism_misc.c | 59 igraph_eit_t eit; in igraph_simplify_and_colorize()
|
/dports/math/igraph/igraph-0.9.5/src/misc/ |
H A D | conversion.c | 78 igraph_eit_t edgeit; in igraph_get_adjacency() 210 igraph_eit_t edgeit; in igraph_get_adjacency_sparse() 296 igraph_eit_t edgeit; in igraph_get_edgelist() 523 igraph_eit_t eit; in igraph_to_undirected()
|
H A D | microscopic_update.c | 103 igraph_eit_t A; /* all edges in v's perspective */ in igraph_i_ecumulative_proportionate_values() 741 igraph_eit_t eA; /* edge list */ in igraph_moran_process()
|
/dports/math/igraph/igraph-0.9.5/src/centrality/prpack/ |
H A D | prpack_igraph_graph.cpp | 16 igraph_eit_t eit; in prpack_igraph_graph()
|
/dports/math/R-cran-igraph/igraph/src/prpack/ |
H A D | prpack_igraph_graph.cpp | 14 igraph_eit_t eit; in prpack_igraph_graph()
|
/dports/math/igraph/igraph-0.9.5/src/operators/ |
H A D | simplify.c | 63 igraph_eit_t eit; in igraph_simplify()
|
/dports/math/igraph/igraph-0.9.5/src/community/ |
H A D | modularity.c | 223 igraph_eit_t edgeit; in igraph_i_modularity_matrix_get_adjacency()
|