geev
- void geev(char jobvl, char jobvr, f_int n, f_float* a, f_int lda, f_float* wr, f_float* wi, f_float* vl, f_int ldvl, f_float* vr, f_int ldvr, f_float* work, f_int lwork, f_int info)
void
geev
(,,,,,,,,,,,,,) - void geev(char jobvl, char jobvr, f_int n, f_double* a, f_int lda, f_double* wr, f_double* wi, f_double* vl, f_int ldvl, f_double* vr, f_int ldvr, f_double* work, f_int lwork, f_int info)
- void geev(char jobvl, char jobvr, f_int n, f_cfloat* a, f_int lda, f_cfloat* w, f_cfloat* vl, f_int ldvl, f_cfloat* vr, f_int ldvr, f_cfloat* work, f_int lwork, f_float* rwork, f_int info)
- void geev(char jobvl, char jobvr, f_int n, f_cdouble* a, f_int lda, f_cdouble* w, f_cdouble* vl, f_int ldvl, f_cdouble* vr, f_int ldvr, f_cdouble* work, f_int lwork, f_double* rwork, f_int info)
Computes the eigenvalues and left and right eigenvectors of a general matrix.