igraph_matrix_complex_create

Function igraph_matrix_complex_create 

Source
pub unsafe extern "C" fn igraph_matrix_complex_create(
    v: *mut igraph_matrix_complex_t,
    real: *const igraph_matrix_t,
    imag: *const igraph_matrix_t,
) -> igraph_error_t