Function lapack_sys::zhegvx_[][src]

pub unsafe extern "C" fn zhegvx_(
    itype: *const c_int,
    jobz: *const c_char,
    range: *const c_char,
    uplo: *const c_char,
    n: *const c_int,
    A: *mut __BindgenComplex<f64>,
    lda: *const c_int,
    B: *mut __BindgenComplex<f64>,
    ldb: *const c_int,
    vl: *const f64,
    vu: *const f64,
    il: *const c_int,
    iu: *const c_int,
    abstol: *const f64,
    m: *mut c_int,
    W: *mut f64,
    Z: *mut __BindgenComplex<f64>,
    ldz: *const c_int,
    work: *mut __BindgenComplex<f64>,
    lwork: *const c_int,
    rwork: *mut f64,
    iwork: *mut c_int,
    IFAIL: *mut c_int,
    info: *mut c_int
)