Function dlaqsb_

Source
pub unsafe extern "C" fn dlaqsb_(
    uplo: *const c_char,
    n: *const c_int,
    kd: *const c_int,
    ab: *mut c_double,
    ldab: *const c_int,
    s: *const c_double,
    scond: *const c_double,
    amax: *const c_double,
    equed: *mut c_char,
)