Function liblapack_sys::cgbequ_ [] [src]

pub unsafe extern "C" fn cgbequ_(
    m: *mut c_int,
    n: *mut c_int,
    kl: *mut c_int,
    ku: *mut c_int,
    ab: *const c_void,
    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
)