Function lapack_sys::cstedc_[][src]

pub unsafe extern "C" fn cstedc_(
    compz: *const c_char,
    n: *const c_int,
    D: *mut f32,
    E: *mut f32,
    Z: *mut __BindgenComplex<f32>,
    ldz: *const c_int,
    work: *mut __BindgenComplex<f32>,
    lwork: *const c_int,
    rwork: *mut f32,
    lrwork: *const c_int,
    iwork: *mut c_int,
    liwork: *const c_int,
    info: *mut c_int
)