Function lapack_sys::ctbcon_[][src]

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