Home
last modified time | relevance | path

Searched refs:IGRAPH_VIT_RESET (Results 1 – 25 of 31) sorted by relevance

12

/dports/math/igraph/igraph-0.9.5/src/misc/
H A Dcocitation.c211 for (IGRAPH_VIT_RESET(vit), i = 0; !IGRAPH_VIT_END(vit); IGRAPH_VIT_NEXT(vit), i++) { in igraph_cocitation_real()
350 for (IGRAPH_VIT_RESET(vit); !IGRAPH_VIT_END(vit); IGRAPH_VIT_NEXT(vit)) { in igraph_similarity_jaccard()
359 for (IGRAPH_VIT_RESET(vit), i = 0; in igraph_similarity_jaccard()
362 for (IGRAPH_VIT_RESET(vit2), j = 0; in igraph_similarity_jaccard()
H A Dmicroscopic_update.c319 IGRAPH_VIT_RESET(A); in igraph_i_vcumulative_proportionate_values()
/dports/math/R-cran-igraph/igraph/src/
H A Dcocitation.c208 for (IGRAPH_VIT_RESET(vit), i = 0; !IGRAPH_VIT_END(vit); IGRAPH_VIT_NEXT(vit), i++) { in igraph_cocitation_real()
347 for (IGRAPH_VIT_RESET(vit); !IGRAPH_VIT_END(vit); IGRAPH_VIT_NEXT(vit)) { in igraph_similarity_jaccard()
356 for (IGRAPH_VIT_RESET(vit), i = 0; in igraph_similarity_jaccard()
359 for (IGRAPH_VIT_RESET(vit2), j = 0; in igraph_similarity_jaccard()
H A Dprpack.cpp88 for (IGRAPH_VIT_RESET(vit), i = 0; !IGRAPH_VIT_END(vit); in igraph_personalized_pagerank_prpack()
H A Dseparators.c52 for (IGRAPH_VIT_RESET(*vit); in igraph_i_is_separator()
73 for (IGRAPH_VIT_RESET(*vit); in igraph_i_is_separator()
81 for (i = 0, IGRAPH_VIT_RESET(*vit); in igraph_i_is_separator()
H A Ddistances.c64 for (i = 0, IGRAPH_VIT_RESET(vit); in igraph_i_eccentricity()
H A Dstructural_properties.c535 for (IGRAPH_VIT_RESET(fromvit), i = 0; in igraph_shortest_paths()
722 for (IGRAPH_VIT_RESET(vit); !IGRAPH_VIT_END(vit); IGRAPH_VIT_NEXT(vit)) { in igraph_get_shortest_paths()
806 for (IGRAPH_VIT_RESET(vit), j = 0; in igraph_get_shortest_paths()
1071 for (IGRAPH_VIT_RESET(vit); !IGRAPH_VIT_END(vit); IGRAPH_VIT_NEXT(vit)) { in igraph_get_all_shortest_paths()
1176 for (IGRAPH_VIT_RESET(vit); !IGRAPH_VIT_END(vit); IGRAPH_VIT_NEXT(vit)) { in igraph_get_all_shortest_paths()
1537 for (IGRAPH_VIT_RESET(vit), i = 0; in igraph_pagerank_old()
1817 for (IGRAPH_VIT_RESET(vit); !IGRAPH_VIT_END(vit); IGRAPH_VIT_NEXT(vit)) { in igraph_i_subgraph_copy_and_delete()
4470 for (IGRAPH_VIT_RESET(fromvit), i = 0; in igraph_shortest_paths_dijkstra()
5452 for (IGRAPH_VIT_RESET(fromvit), i = 0; in igraph_shortest_paths_bellman_ford()
5505 for (IGRAPH_VIT_RESET(tovit), j = 0; !IGRAPH_VIT_END(tovit); in igraph_shortest_paths_bellman_ford()
[all …]
H A Dtype_indexededgelist.c958 for (IGRAPH_VIT_RESET(vit), i = 0; in igraph_degree()
966 for (IGRAPH_VIT_RESET(vit), i = 0; in igraph_degree()
975 for (IGRAPH_VIT_RESET(vit), i = 0; in igraph_degree()
989 for (IGRAPH_VIT_RESET(vit), i = 0; in igraph_degree()
/dports/math/igraph/igraph-0.9.5/src/paths/
H A Dunweighted.c135 for (IGRAPH_VIT_RESET(fromvit), i = 0; in igraph_shortest_paths()
320 for (IGRAPH_VIT_RESET(vit); !IGRAPH_VIT_END(vit); IGRAPH_VIT_NEXT(vit)) { in igraph_get_shortest_paths()
405 for (IGRAPH_VIT_RESET(vit), j = 0; in igraph_get_shortest_paths()
H A Ddijkstra.c157 for (IGRAPH_VIT_RESET(fromvit), i = 0; in igraph_shortest_paths_dijkstra()
394 for (IGRAPH_VIT_RESET(vit); !IGRAPH_VIT_END(vit); IGRAPH_VIT_NEXT(vit)) { in igraph_get_shortest_paths_dijkstra()
479 for (IGRAPH_VIT_RESET(vit), i = 0; !IGRAPH_VIT_END(vit); IGRAPH_VIT_NEXT(vit), i++) { in igraph_get_shortest_paths_dijkstra()
768 for (IGRAPH_VIT_RESET(vit); !IGRAPH_VIT_END(vit); IGRAPH_VIT_NEXT(vit)) { in igraph_get_all_shortest_paths_dijkstra()
911 for (IGRAPH_VIT_RESET(vit); !IGRAPH_VIT_END(vit); IGRAPH_VIT_NEXT(vit)) { in igraph_get_all_shortest_paths_dijkstra()
H A Dall_shortest_paths.c164 for (IGRAPH_VIT_RESET(vit); !IGRAPH_VIT_END(vit); IGRAPH_VIT_NEXT(vit)) { in igraph_get_all_shortest_paths()
269 for (IGRAPH_VIT_RESET(vit); !IGRAPH_VIT_END(vit); IGRAPH_VIT_NEXT(vit)) { in igraph_get_all_shortest_paths()
H A Dbellman_ford.c134 for (IGRAPH_VIT_RESET(fromvit), i = 0; in igraph_shortest_paths_bellman_ford()
187 for (IGRAPH_VIT_RESET(tovit), j = 0; !IGRAPH_VIT_END(tovit); in igraph_shortest_paths_bellman_ford()
430 for (IGRAPH_VIT_RESET(tovit), i = 0; !IGRAPH_VIT_END(tovit); IGRAPH_VIT_NEXT(tovit), i++) { in igraph_get_shortest_paths_bellman_ford()
H A Ddistances.c66 for (i = 0, IGRAPH_VIT_RESET(vit); in igraph_i_eccentricity()
H A Djohnson.c192 for (j = 0, IGRAPH_VIT_RESET(tovit); j < nc; j++, IGRAPH_VIT_NEXT(tovit)) { in igraph_shortest_paths_johnson()
H A Dshortest_paths.c753 for (IGRAPH_VIT_RESET(vit), i=0; in igraph_local_efficiency()
793 for (IGRAPH_VIT_RESET(vit), i=0; in igraph_local_efficiency()
/dports/math/igraph/igraph-0.9.5/src/centrality/
H A Dprpack.cpp110 for (IGRAPH_VIT_RESET(vit), i = 0; !IGRAPH_VIT_END(vit); in igraph_i_personalized_pagerank_prpack()
H A Dcloseness.c456 for (IGRAPH_VIT_RESET(vit), i = 0; in igraph_closeness_cutoff()
564 for (IGRAPH_VIT_RESET(vit), i = 0; in igraph_i_harmonic_centrality_unweighted()
H A Dbetweenness.c233 for (j = 0, IGRAPH_VIT_RESET(vit); !IGRAPH_VIT_END(vit); in igraph_i_betweenness_cutoff_weighted()
472 for (k = 0, IGRAPH_VIT_RESET(vit); !IGRAPH_VIT_END(vit); in igraph_betweenness_cutoff()
/dports/math/igraph/igraph-0.9.5/src/connectivity/
H A Dseparators.c55 for (IGRAPH_VIT_RESET(*vit); in igraph_i_is_separator()
76 for (IGRAPH_VIT_RESET(*vit); in igraph_i_is_separator()
84 for (i = 0, IGRAPH_VIT_RESET(*vit); in igraph_i_is_separator()
/dports/math/igraph/igraph-0.9.5/examples/simple/
H A Digraph_get_all_shortest_paths_dijkstra.c87 for (IGRAPH_VIT_RESET(vit); !IGRAPH_VIT_END(vit); IGRAPH_VIT_NEXT(vit)) { in check_nrgeo()
/dports/math/igraph/igraph-0.9.5/src/properties/
H A Dbasic_properties.c170 for (IGRAPH_VIT_RESET(vit), i = 0; in igraph_diversity()
/dports/math/igraph/igraph-0.9.5/include/
H A Digraph_iterators.h194 #define IGRAPH_VIT_RESET(vit) ((vit).pos = (vit).start) macro
/dports/math/R-cran-igraph/igraph/src/include/
H A Digraph_iterators.h195 #define IGRAPH_VIT_RESET(vit) ((vit).pos = (vit).start) macro
/dports/math/igraph/igraph-0.9.5/src/graph/
H A Dtype_indexededgelist.c1024 for (IGRAPH_VIT_RESET(vit), i = 0; in igraph_degree()
1032 for (IGRAPH_VIT_RESET(vit), i = 0; in igraph_degree()
1041 for (IGRAPH_VIT_RESET(vit), i = 0; in igraph_degree()
1055 for (IGRAPH_VIT_RESET(vit), i = 0; in igraph_degree()
/dports/math/igraph/igraph-0.9.5/src/operators/
H A Dsubgraph.c58 for (IGRAPH_VIT_RESET(vit); !IGRAPH_VIT_END(vit); IGRAPH_VIT_NEXT(vit)) { in igraph_i_induced_subgraph_copy_and_delete()

12