Function lapack_sys::cgbsvxx_[][src]

pub unsafe extern "C" fn cgbsvxx_(
    fact: *const c_char,
    trans: *const c_char,
    n: *const c_int,
    kl: *const c_int,
    ku: *const c_int,
    nrhs: *const c_int,
    AB: *mut __BindgenComplex<f32>,
    ldab: *const c_int,
    AFB: *mut __BindgenComplex<f32>,
    ldafb: *const c_int,
    ipiv: *mut c_int,
    equed: *mut c_char,
    R: *mut f32,
    C: *mut f32,
    B: *mut __BindgenComplex<f32>,
    ldb: *const c_int,
    X: *mut __BindgenComplex<f32>,
    ldx: *const c_int,
    rcond: *mut f32,
    rpvgrw: *mut f32,
    berr: *mut f32,
    n_err_bnds: *const c_int,
    err_bnds_norm: *mut f32,
    err_bnds_comp: *mut f32,
    nparams: *const c_int,
    params: *mut f32,
    work: *mut __BindgenComplex<f32>,
    rwork: *mut f32,
    info: *mut c_int
)