Function lapack_sys::dhsein_[][src]

pub unsafe extern "C" fn dhsein_(
    side: *const c_char,
    eigsrc: *const c_char,
    initv: *const c_char,
    select: *mut c_int,
    n: *const c_int,
    H: *const f64,
    ldh: *const c_int,
    WR: *mut f64,
    WI: *const f64,
    VL: *mut f64,
    ldvl: *const c_int,
    VR: *mut f64,
    ldvr: *const c_int,
    mm: *const c_int,
    m: *mut c_int,
    work: *mut f64,
    IFAILL: *mut c_int,
    IFAILR: *mut c_int,
    info: *mut c_int
)