Function lapack_sys::cpbequ_[][src]

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