Function lapack_sys::cgbsv_[][src]

pub unsafe extern "C" fn cgbsv_(
    n: *const c_int,
    kl: *const c_int,
    ku: *const c_int,
    nrhs: *const c_int,
    AB: *mut __BindgenComplex<f32>,
    ldab: *const c_int,
    ipiv: *mut c_int,
    B: *mut __BindgenComplex<f32>,
    ldb: *const c_int,
    info: *mut c_int
)