igraph_sparsemat_multiply_by_dense

Function igraph_sparsemat_multiply_by_dense 

Source
pub unsafe extern "C" fn igraph_sparsemat_multiply_by_dense(
    A: *const igraph_sparsemat_t,
    B: *const igraph_matrix_t,
    res: *mut igraph_matrix_t,
) -> igraph_error_t