igraph_centralization_betweenness

Function igraph_centralization_betweenness 

Source
pub unsafe extern "C" fn igraph_centralization_betweenness(
    graph: *const igraph_t,
    res: *mut igraph_vector_t,
    directed: igraph_bool_t,
    centralization: *mut igraph_real_t,
    theoretical_max: *mut igraph_real_t,
    normalized: igraph_bool_t,
) -> igraph_error_t