Function lapack_sys::cgbcon_[][src]

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