igraph_matrix_resize

Function igraph_matrix_resize 

Source
pub unsafe extern "C" fn igraph_matrix_resize(
    m: *mut igraph_matrix_t,
    nrow: igraph_int_t,
    ncol: igraph_int_t,
) -> igraph_error_t