LAPACK  3.9.0
LAPACK: Linear Algebra PACKage

◆ LAPACK_cgeevx()

void LAPACK_cgeevx ( char const *  balanc,
char const *  jobvl,
char const *  jobvr,
char const *  sense,
lapack_int const *  n,
lapack_complex_float A,
lapack_int const *  lda,
lapack_complex_float W,
lapack_complex_float VL,
lapack_int const *  ldvl,
lapack_complex_float VR,
lapack_int const *  ldvr,
lapack_int ilo,
lapack_int ihi,
float *  scale,
float *  abnrm,
float *  rconde,
float *  rcondv,
lapack_complex_float work,
lapack_int const *  lwork,
float *  rwork,
lapack_int info 
)
Here is the caller graph for this function: