Home
last modified time | relevance | path

Searched refs:no_of_types (Results 1 – 3 of 3) sorted by relevance

/dports/math/igraph/igraph-0.9.5/src/games/
H A Dcitations.c390 long int no_of_types; in igraph_citing_cited_type_game() local
400 no_of_types = nodes == 0 ? 0 : igraph_vector_max(types) + 1; in igraph_citing_cited_type_game()
402 if (igraph_matrix_ncol(pref) != no_of_types) { in igraph_citing_cited_type_game()
407 no_of_types); in igraph_citing_cited_type_game()
409 if (igraph_matrix_nrow(pref) != no_of_types) { in igraph_citing_cited_type_game()
414 no_of_types); in igraph_citing_cited_type_game()
424 str.sumtrees = sumtrees = IGRAPH_CALLOC(no_of_types, igraph_psumtree_t); in igraph_citing_cited_type_game()
430 for (i = 0; i < no_of_types; i++) { in igraph_citing_cited_type_game()
434 IGRAPH_VECTOR_INIT_FINALLY(&sums, no_of_types); in igraph_citing_cited_type_game()
439 for (i = 0; i < no_of_types; i++) { in igraph_citing_cited_type_game()
[all …]
/dports/math/igraph/igraph-0.9.5/src/misc/
H A Dmixing.c69 long int no_of_types; in igraph_assortativity_nominal() local
84 no_of_types = (long int) igraph_vector_max(types) + 1; in igraph_assortativity_nominal()
85 IGRAPH_VECTOR_INIT_FINALLY(&ai, no_of_types); in igraph_assortativity_nominal()
86 IGRAPH_VECTOR_INIT_FINALLY(&bi, no_of_types); in igraph_assortativity_nominal()
87 IGRAPH_VECTOR_INIT_FINALLY(&eii, no_of_types); in igraph_assortativity_nominal()
109 for (i = 0; i < no_of_types; i++) { in igraph_assortativity_nominal()
/dports/math/R-cran-igraph/igraph/src/
H A Dmixing.c68 long int no_of_types; in igraph_assortativity_nominal() local
83 no_of_types = (long int) igraph_vector_max(types) + 1; in igraph_assortativity_nominal()
84 IGRAPH_VECTOR_INIT_FINALLY(&ai, no_of_types); in igraph_assortativity_nominal()
85 IGRAPH_VECTOR_INIT_FINALLY(&bi, no_of_types); in igraph_assortativity_nominal()
86 IGRAPH_VECTOR_INIT_FINALLY(&eii, no_of_types); in igraph_assortativity_nominal()
108 for (i = 0; i < no_of_types; i++) { in igraph_assortativity_nominal()