![]() |
LAPACK 3.12.1
LAPACK: Linear Algebra PACKage
|
Functions | |
| subroutine | cgeesx (jobvs, sort, select, sense, n, a, lda, sdim, w, vs, ldvs, rconde, rcondv, work, lwork, rwork, bwork, info) |
| CGEESX computes the eigenvalues, the Schur form, and, optionally, the matrix of Schur vectors for GE matrices | |
| subroutine | dgeesx (jobvs, sort, select, sense, n, a, lda, sdim, wr, wi, vs, ldvs, rconde, rcondv, work, lwork, iwork, liwork, bwork, info) |
| DGEESX computes the eigenvalues, the Schur form, and, optionally, the matrix of Schur vectors for GE matrices | |
| subroutine | sgeesx (jobvs, sort, select, sense, n, a, lda, sdim, wr, wi, vs, ldvs, rconde, rcondv, work, lwork, iwork, liwork, bwork, info) |
| SGEESX computes the eigenvalues, the Schur form, and, optionally, the matrix of Schur vectors for GE matrices | |
| subroutine | zgeesx (jobvs, sort, select, sense, n, a, lda, sdim, w, vs, ldvs, rconde, rcondv, work, lwork, rwork, bwork, info) |
| ZGEESX computes the eigenvalues, the Schur form, and, optionally, the matrix of Schur vectors for GE matrices | |