Function lapack_sys::sgbcon_[][src]

pub unsafe extern "C" fn sgbcon_(
    norm: *const c_char,
    n: *const c_int,
    kl: *const c_int,
    ku: *const c_int,
    AB: *const f32,
    ldab: *const c_int,
    ipiv: *const c_int,
    anorm: *const f32,
    rcond: *mut f32,
    work: *mut f32,
    iwork: *mut c_int,
    info: *mut c_int
)