lapack_sys::chbevd_ [] [src]

pub unsafe extern fn chbevd_(jobz: *const c_char, uplo: *const c_char, n: *const c_int, kd: *const c_int, ab: *mut complex_float, ldab: *const c_int, w: *mut c_float, z: *mut complex_float, ldz: *const c_int, work: *mut complex_float, lwork: *const c_int, rwork: *mut c_float, lrwork: *const c_int, iwork: *mut c_int, liwork: *const c_int, info: *mut c_int)