Function lapack_sys::cheevd_2stage_[][src]

pub unsafe extern "C" fn cheevd_2stage_(
    jobz: *const c_char,
    uplo: *const c_char,
    n: *const c_int,
    A: *mut __BindgenComplex<f32>,
    lda: *const c_int,
    W: *mut f32,
    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
)