LAPACK  3.6.1
LAPACK: Linear Algebra PACKage
void LAPACK_dhgeqz ( char *  job,
char *  compq,
char *  compz,
lapack_int n,
lapack_int ilo,
lapack_int ihi,
double *  h,
lapack_int ldh,
double *  t,
lapack_int ldt,
double *  alphar,
double *  alphai,
double *  beta,
double *  q,
lapack_int ldq,
double *  z,
lapack_int ldz,
double *  work,
lapack_int lwork,
lapack_int info 
)

Here is the caller graph for this function: