lapack_sys::cstedc_ [] [src]

pub unsafe extern fn cstedc_(compz: *const c_char, n: *const c_int, d: *mut c_float, e: *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)