LAPACK  3.9.0
LAPACK: Linear Algebra PACKage

◆ LAPACK_dgeevx()

void LAPACK_dgeevx ( char const *  balanc,
char const *  jobvl,
char const *  jobvr,
char const *  sense,
lapack_int const *  n,
double *  A,
lapack_int const *  lda,
double *  WR,
double *  WI,
double *  VL,
lapack_int const *  ldvl,
double *  VR,
lapack_int const *  ldvr,
lapack_int ilo,
lapack_int ihi,
double *  scale,
double *  abnrm,
double *  rconde,
double *  rcondv,
double *  work,
lapack_int const *  lwork,
lapack_int iwork,
lapack_int info 
)
Here is the caller graph for this function: