Function lapack_sys::zpbequ_[][src]

pub unsafe extern "C" fn zpbequ_(
    uplo: *const c_char,
    n: *const c_int,
    kd: *const c_int,
    AB: *const __BindgenComplex<f64>,
    ldab: *const c_int,
    S: *mut f64,
    scond: *mut f64,
    amax: *mut f64,
    info: *mut c_int
)