|  | LAPACK 3.12.1
    LAPACK: Linear Algebra PACKage | 
| Functions | |
| subroutine | cgees (jobvs, sort, select, n, a, lda, sdim, w, vs, ldvs, work, lwork, rwork, bwork, info) | 
| CGEES computes the eigenvalues, the Schur form, and, optionally, the matrix of Schur vectors for GE matrices | |
| subroutine | dgees (jobvs, sort, select, n, a, lda, sdim, wr, wi, vs, ldvs, work, lwork, bwork, info) | 
| DGEES computes the eigenvalues, the Schur form, and, optionally, the matrix of Schur vectors for GE matrices | |
| subroutine | sgees (jobvs, sort, select, n, a, lda, sdim, wr, wi, vs, ldvs, work, lwork, bwork, info) | 
| SGEES computes the eigenvalues, the Schur form, and, optionally, the matrix of Schur vectors for GE matrices | |
| subroutine | zgees (jobvs, sort, select, n, a, lda, sdim, w, vs, ldvs, work, lwork, rwork, bwork, info) | 
| ZGEES computes the eigenvalues, the Schur form, and, optionally, the matrix of Schur vectors for GE matrices | |