Function lapack_sys::zgbtrs_[][src]

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