igraph_recent_degree_aging_game

Function igraph_recent_degree_aging_game 

Source
pub unsafe extern "C" fn igraph_recent_degree_aging_game(
    graph: *mut igraph_t,
    nodes: igraph_int_t,
    m: igraph_int_t,
    outseq: *const igraph_vector_int_t,
    outpref: igraph_bool_t,
    pa_exp: igraph_real_t,
    aging_exp: igraph_real_t,
    aging_bin: igraph_int_t,
    window: igraph_int_t,
    zero_appeal: igraph_real_t,
    directed: igraph_bool_t,
) -> igraph_error_t