Function liblapack_sys::spbequ_ [] [src]

pub unsafe extern "C" fn spbequ_(
    uplo: *mut c_char,
    n: *mut c_int,
    kd: *mut c_int,
    ab: *const c_float,
    ldab: *mut c_int,
    s: *mut c_float,
    scond: *mut c_float,
    amax: *mut c_float,
    info: *mut c_int
)