pub unsafe extern "C" fn igraph_blas_dgemv_array(
transpose: igraph_bool_t,
alpha: igraph_real_t,
a: *const igraph_matrix_t,
x: *const igraph_real_t,
beta: igraph_real_t,
y: *mut igraph_real_t,
) -> igraph_error_tpub unsafe extern "C" fn igraph_blas_dgemv_array(
transpose: igraph_bool_t,
alpha: igraph_real_t,
a: *const igraph_matrix_t,
x: *const igraph_real_t,
beta: igraph_real_t,
y: *mut igraph_real_t,
) -> igraph_error_t