Function lapack_sys::dhseqr_[][src]

pub unsafe extern "C" fn dhseqr_(
    job: *const c_char,
    compz: *const c_char,
    n: *const c_int,
    ilo: *const c_int,
    ihi: *const c_int,
    H: *mut f64,
    ldh: *const c_int,
    WR: *mut f64,
    WI: *mut f64,
    Z: *mut f64,
    ldz: *const c_int,
    work: *mut f64,
    lwork: *const c_int,
    info: *mut c_int
)