LAPACK  3.6.1
LAPACK: Linear Algebra PACKage
void LAPACK_dgeev ( char *  jobvl,
char *  jobvr,
lapack_int n,
double *  a,
lapack_int lda,
double *  wr,
double *  wi,
double *  vl,
lapack_int ldvl,
double *  vr,
lapack_int ldvr,
double *  work,
lapack_int lwork,
lapack_int info 
)

Here is the caller graph for this function: