Function zgeev_

Source
pub unsafe extern "C" fn zgeev_(
    jobvl: *const c_char,
    jobvr: *const c_char,
    n: *const c_int,
    a: *mut Rcomplex,
    lda: *const c_int,
    wr: *mut Rcomplex,
    vl: *mut Rcomplex,
    ldvl: *const c_int,
    vr: *mut Rcomplex,
    ldvr: *const c_int,
    work: *mut Rcomplex,
    lwork: *const c_int,
    rwork: *mut c_double,
    info: *mut c_int,
)