Function lapack_sys::zlangb_[][src]

pub unsafe extern "C" fn zlangb_(
    norm: *const c_char,
    n: *const c_int,
    kl: *const c_int,
    ku: *const c_int,
    AB: *const __BindgenComplex<f64>,
    ldab: *const c_int,
    work: *mut f64
) -> f64