Function liblapack_sys::csyequb_ [] [src]

pub unsafe extern "C" fn csyequb_(
    uplo: *mut c_char,
    n: *mut c_int,
    a: *const c_void,
    lda: *mut c_int,
    s: *mut c_float,
    scond: *mut c_float,
    amax: *mut c_float,
    work: *mut c_void,
    info: *mut c_int
)