Function lapack_sys::ssygvx_[][src]

pub unsafe extern "C" fn ssygvx_(
    itype: *const c_int,
    jobz: *const c_char,
    range: *const c_char,
    uplo: *const c_char,
    n: *const c_int,
    A: *mut f32,
    lda: *const c_int,
    B: *mut f32,
    ldb: *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
)