ggev
- void ggev(char jobvl, char jobvr, f_int n, f_float* a, f_int lda, f_float* b, f_int ldb, f_float* alphar, f_float* alphai, f_float* betav, f_float* vl, f_int ldvl, f_float* vr, f_int ldvr, f_float* work, f_int lwork, f_int info)
void
ggev
(,,,,,,,,,,,,,,,,) - void ggev(char jobvl, char jobvr, f_int n, f_double* a, f_int lda, f_double* b, f_int ldb, f_double* alphar, f_double* alphai, f_double* betav, f_double* vl, f_int ldvl, f_double* vr, f_int ldvr, f_double* work, f_int lwork, f_int info)
- void ggev(char jobvl, char jobvr, f_int n, f_cfloat* a, f_int lda, f_cfloat* b, f_int ldb, f_cfloat* alphav, f_cfloat* betav, 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 ggev(char jobvl, char jobvr, f_int n, f_cdouble* a, f_int lda, f_cdouble* b, f_int ldb, f_cdouble* alphav, f_cdouble* betav, 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 generalized eigenvalues, and left and/or right generalized eigenvectors for a pair of nonsymmetric matrices