Function lapack_sys::zgbrfsx_[][src]

pub unsafe extern "C" fn zgbrfsx_(
    trans: *const c_char,
    equed: *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,
    AFB: *const __BindgenComplex<f64>,
    ldafb: *const c_int,
    ipiv: *const c_int,
    R: *mut f64,
    C: *mut f64,
    B: *const __BindgenComplex<f64>,
    ldb: *const c_int,
    X: *mut __BindgenComplex<f64>,
    ldx: *const c_int,
    rcond: *mut f64,
    berr: *mut f64,
    n_err_bnds: *const c_int,
    err_bnds_norm: *mut f64,
    err_bnds_comp: *mut f64,
    nparams: *const c_int,
    params: *mut f64,
    work: *mut __BindgenComplex<f64>,
    rwork: *mut f64,
    info: *mut c_int
)