geesx
- void geesx(char jobvs, char sort, FCB_SGEESX_SELECT select, char sense, f_int n, f_float* a, f_int lda, f_int sdim, f_float* wr, f_float* wi, f_float* vs, f_int ldvs, 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
geesx
(,,,,,,,,,,,,,,,,,,,) - void geesx(char jobvs, char sort, FCB_DGEESX_SELECT select, char sense, f_int n, f_double* a, f_int lda, f_int sdim, f_double* wr, f_double* wi, f_double* vs, f_int ldvs, 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 geesx(char jobvs, char sort, FCB_CGEESX_SELECT select, char sense, f_int n, f_cfloat* a, f_int lda, f_int sdim, f_cfloat* w, f_cfloat* vs, f_int ldvs, f_float* rconde, f_float* rcondv, f_cfloat* work, f_int lwork, f_float* rwork, f_int bwork, f_int info)
- void geesx(char jobvs, char sort, FCB_ZGEESX_SELECT select, char sense, f_int n, f_cdouble* a, f_int lda, f_int sdim, f_cdouble* w, f_cdouble* vs, f_int ldvs, f_double* rconde, f_double* rcondv, f_cdouble* work, f_int lwork, f_double* rwork, f_int bwork, f_int info)
Computes the eigenvalues and Schur factorization of a general matrix, orders the factorization so that selected eigenvalues are at the top left of the Schur form, and computes reciprocal condition numbers for the average of the selected eigenvalues, and for the associated right invariant subspace.