Function lapack_sys::zpbsvx_[][src]

pub unsafe extern "C" fn zpbsvx_(
    fact: *const c_char,
    uplo: *const c_char,
    n: *const c_int,
    kd: *const c_int,
    nrhs: *const c_int,
    AB: *mut __BindgenComplex<f64>,
    ldab: *const c_int,
    AFB: *mut __BindgenComplex<f64>,
    ldafb: *const c_int,
    equed: *mut c_char,
    S: *mut f64,
    B: *mut __BindgenComplex<f64>,
    ldb: *const c_int,
    X: *mut __BindgenComplex<f64>,
    ldx: *const c_int,
    rcond: *mut f64,
    ferr: *mut f64,
    berr: *mut f64,
    work: *mut __BindgenComplex<f64>,
    rwork: *mut f64,
    info: *mut c_int
)