lapack_sys::fortran::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 c_float_complex, ldz: *const c_int, work: *mut c_float_complex, lwork: *const c_int, rwork: *mut c_float, lrwork: *const c_int, iwork: *mut c_int, liwork: *const c_int, info: *mut c_int)