lapack_sys::c::LAPACKE_chegvx [] [src]

pub unsafe extern fn LAPACKE_chegvx(matrix_layout: c_int, itype: c_int, jobz: c_char, range: c_char, uplo: c_char, n: c_int, a: *mut c_float_complex, lda: c_int, b: *mut c_float_complex, ldb: c_int, vl: c_float, vu: c_float, il: c_int, iu: c_int, abstol: c_float, m: *mut c_int, w: *mut c_float, z: *mut c_float_complex, ldz: c_int, ifail: *mut c_int) -> c_int