Function rlapack::ll::zgeevx_ [] [src]

pub unsafe extern "C" fn zgeevx_(
    __balanc: *mut c_char,
    __jobvl: *mut c_char,
    __jobvr: *mut c_char,
    __sense: *mut c_char,
    __n: *mut __CLPK_integer,
    __a: *mut __CLPK_doublecomplex,
    __lda: *mut __CLPK_integer,
    __w: *mut __CLPK_doublecomplex,
    __vl: *mut __CLPK_doublecomplex,
    __ldvl: *mut __CLPK_integer,
    __vr: *mut __CLPK_doublecomplex,
    __ldvr: *mut __CLPK_integer,
    __ilo: *mut __CLPK_integer,
    __ihi: *mut __CLPK_integer,
    __scale: *mut __CLPK_doublereal,
    __abnrm: *mut __CLPK_doublereal,
    __rconde: *mut __CLPK_doublereal,
    __rcondv: *mut __CLPK_doublereal,
    __work: *mut __CLPK_doublecomplex,
    __lwork: *mut __CLPK_integer,
    __rwork: *mut __CLPK_doublereal,
    __info: *mut __CLPK_integer
) -> c_int