lapack_sys::zheev_ [] [src]

pub unsafe extern fn zheev_(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, info: *mut c_int)