igraph_edge_betweenness

Function igraph_edge_betweenness 

Source
pub unsafe extern "C" fn igraph_edge_betweenness(
    graph: *const igraph_t,
    weights: *const igraph_vector_t,
    res: *mut igraph_vector_t,
    eids: igraph_es_t,
    directed: igraph_bool_t,
    normalized: igraph_bool_t,
) -> igraph_error_t