Function lapack_sys::chegv_[][src]

pub unsafe extern "C" fn chegv_(
    itype: *const c_int,
    jobz: *const c_char,
    uplo: *const c_char,
    n: *const c_int,
    A: *mut __BindgenComplex<f32>,
    lda: *const c_int,
    B: *mut __BindgenComplex<f32>,
    ldb: *const c_int,
    W: *mut f32,
    work: *mut __BindgenComplex<f32>,
    lwork: *const c_int,
    rwork: *mut f32,
    info: *mut c_int
)