lapack_sys::c::LAPACKE_chbevd [] [src]

pub unsafe extern fn LAPACKE_chbevd(matrix_layout: c_int, jobz: c_char, uplo: c_char, n: c_int, kd: c_int, ab: *mut c_float_complex, ldab: c_int, w: *mut c_float, z: *mut c_float_complex, ldz: c_int) -> c_int