gees
- void gees(char jobvs, char sort, FCB_SGEES_SELECT select, 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* work, f_int lwork, f_int bwork, f_int info)
- void gees(char jobvs, char sort, FCB_DGEES_SELECT select, 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* work, f_int lwork, f_int bwork, f_int info)
- void gees(char jobvs, char sort, FCB_CGEES_SELECT select, f_int n, f_cfloat* a, f_int lda, f_int sdim, f_cfloat* w, f_cfloat* vs, f_int ldvs, f_cfloat* work, f_int lwork, f_float* rwork, f_int bwork, f_int info)
- void gees(char jobvs, char sort, FCB_ZGEES_SELECT select, f_int n, f_cdouble* a, f_int lda, f_int sdim, f_cdouble* w, f_cdouble* vs, f_int ldvs, f_cdouble* work, f_int lwork, f_double* rwork, f_int bwork, f_int info)
void
gees
(,,,,,,,,,,,,,,)