Function liblapack_sys::sgbequb_ [] [src]

pub unsafe extern "C" fn sgbequb_(
    m: *mut c_int,
    n: *mut c_int,
    kl: *mut c_int,
    ku: *mut c_int,
    ab: *const c_float,
    ldab: *mut c_int,
    r: *mut c_float,
    c: *mut c_float,
    rowcnd: *mut c_float,
    colcnd: *mut c_float,
    amax: *mut c_float,
    info: *mut c_int
)