Function rc_matrix_alloc

Source
pub unsafe extern "C" fn rc_matrix_alloc(
    A: *mut rc_matrix_t,
    rows: c_int,
    cols: c_int,
) -> c_int