Function lapack_sys::dsbgvx_[][src]

pub unsafe extern "C" fn dsbgvx_(
    jobz: *const c_char,
    range: *const c_char,
    uplo: *const c_char,
    n: *const c_int,
    ka: *const c_int,
    kb: *const c_int,
    AB: *mut f64,
    ldab: *const c_int,
    BB: *mut f64,
    ldbb: *const c_int,
    Q: *mut f64,
    ldq: *const c_int,
    vl: *const f64,
    vu: *const f64,
    il: *const c_int,
    iu: *const c_int,
    abstol: *const f64,
    m: *mut c_int,
    W: *mut f64,
    Z: *mut f64,
    ldz: *const c_int,
    work: *mut f64,
    iwork: *mut c_int,
    IFAIL: *mut c_int,
    info: *mut c_int
)