lapack_sys::c::LAPACKE_chbevx [] [src]

pub unsafe extern fn LAPACKE_chbevx(matrix_layout: c_int, jobz: c_char, range: c_char, uplo: c_char, n: c_int, kd: c_int, ab: *mut c_float_complex, ldab: c_int, q: *mut c_float_complex, ldq: 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