ggesx
- void ggesx(char jobvsl, char jobvsr, char sort, FCB_SGGESX_SELCTG selctg, char sense, f_int n, f_float* a, f_int lda, f_float* b, f_int ldb, f_int sdim, f_float* alphar, f_float* alphai, f_float* betav, f_float* vsl, f_int ldvsl, f_float* vsr, f_int ldvsr, f_float* rconde, f_float* rcondv, f_float* work, f_int lwork, f_int* iwork, f_int liwork, f_int bwork, f_int info)
void
ggesx
(,,,,,,,,,,,,,,,,,,,,,,,,,) - void ggesx(char jobvsl, char jobvsr, char sort, FCB_DGGESX_DELCTG delctg, char sense, f_int n, f_double* a, f_int lda, f_double* b, f_int ldb, f_int sdim, f_double* alphar, f_double* alphai, f_double* betav, f_double* vsl, f_int ldvsl, f_double* vsr, f_int ldvsr, f_double* rconde, f_double* rcondv, f_double* work, f_int lwork, f_int* iwork, f_int liwork, f_int bwork, f_int info)
- void ggesx(char jobvsl, char jobvsr, char sort, FCB_CGGESX_SELCTG selctg, char sense, f_int n, f_cfloat* a, f_int lda, f_cfloat* b, f_int ldb, f_int sdim, f_cfloat* alphav, f_cfloat* betav, f_cfloat* vsl, f_int ldvsl, f_cfloat* vsr, f_int ldvsr, f_float* rconde, f_float* rcondv, f_cfloat* work, f_int lwork, f_float* rwork, f_int* iwork, f_int liwork, f_int bwork, f_int info)
- void ggesx(char jobvsl, char jobvsr, char sort, FCB_ZGGESX_DELCTG delctg, char sense, f_int n, f_cdouble* a, f_int lda, f_cdouble* b, f_int ldb, f_int sdim, f_cdouble* alphav, f_cdouble* betav, f_cdouble* vsl, f_int ldvsl, f_cdouble* vsr, f_int ldvsr, f_double* rconde, f_double* rcondv, f_cdouble* work, f_int lwork, f_double* rwork, f_int* iwork, f_int liwork, f_int bwork, f_int info)
Computes the generalized eigenvalues, the real Schur form, and, optionally, the left and/or right matrices of Schur vectors.