Function lapack_sys::dhgeqz_[][src]

pub unsafe extern "C" fn dhgeqz_(
    job: *const c_char,
    compq: *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,
    T: *mut f64,
    ldt: *const c_int,
    alphar: *mut f64,
    alphai: *mut f64,
    beta: *mut f64,
    Q: *mut f64,
    ldq: *const c_int,
    Z: *mut f64,
    ldz: *const c_int,
    work: *mut f64,
    lwork: *const c_int,
    info: *mut c_int
)