Function lapack_sys::ssyevx_[][src]

pub unsafe extern "C" fn ssyevx_(
    jobz: *const c_char,
    range: *const c_char,
    uplo: *const c_char,
    n: *const c_int,
    A: *mut f32,
    lda: *const c_int,
    vl: *const f32,
    vu: *const f32,
    il: *const c_int,
    iu: *const c_int,
    abstol: *const f32,
    m: *mut c_int,
    W: *mut f32,
    Z: *mut f32,
    ldz: *const c_int,
    work: *mut f32,
    lwork: *const c_int,
    iwork: *mut c_int,
    IFAIL: *mut c_int,
    info: *mut c_int
)