igraph_sparsemat_resize

Function igraph_sparsemat_resize 

Source
pub unsafe extern "C" fn igraph_sparsemat_resize(
    A: *mut igraph_sparsemat_t,
    nrow: igraph_int_t,
    ncol: igraph_int_t,
    nzmax: igraph_int_t,
) -> igraph_error_t