lapack_sys::zheevd_ [] [src]

pub unsafe extern fn zheevd_(jobz: *const c_char, uplo: *const c_char, n: *const c_int, a: *mut complex_double, lda: *const c_int, w: *mut c_double, work: *mut complex_double, lwork: *const c_int, rwork: *mut c_double, lrwork: *const c_int, iwork: *mut c_int, liwork: *const c_int, info: *mut c_int)