Function lapack_sys::cpbcon_[][src]

pub unsafe extern "C" fn cpbcon_(
    uplo: *const c_char,
    n: *const c_int,
    kd: *const c_int,
    AB: *const __BindgenComplex<f32>,
    ldab: *const c_int,
    anorm: *const f32,
    rcond: *mut f32,
    work: *mut __BindgenComplex<f32>,
    rwork: *mut f32,
    info: *mut c_int
)