igraph_joint_degree_matrix

Function igraph_joint_degree_matrix 

Source
pub unsafe extern "C" fn igraph_joint_degree_matrix(
    graph: *const igraph_t,
    weights: *const igraph_vector_t,
    jdm: *mut igraph_matrix_t,
    dout: igraph_int_t,
    din: igraph_int_t,
) -> igraph_error_t