igraph_matrix_complex_set

Function igraph_matrix_complex_set 

Source
pub unsafe extern "C" fn igraph_matrix_complex_set(
    m: *mut igraph_matrix_complex_t,
    row: igraph_int_t,
    col: igraph_int_t,
    value: igraph_complex_t,
)