Function lapack_sys::spoequb_[][src]

pub unsafe extern "C" fn spoequb_(
    n: *const c_int,
    A: *const f32,
    lda: *const c_int,
    S: *mut f32,
    scond: *mut f32,
    amax: *mut f32,
    info: *mut c_int
)