Function lapack_sys::zgbcon_[][src]

pub unsafe extern "C" fn zgbcon_(
    norm: *const c_char,
    n: *const c_int,
    kl: *const c_int,
    ku: *const c_int,
    AB: *const __BindgenComplex<f64>,
    ldab: *const c_int,
    ipiv: *const c_int,
    anorm: *const f64,
    rcond: *mut f64,
    work: *mut __BindgenComplex<f64>,
    rwork: *mut f64,
    info: *mut c_int
)