![]() |
LAPACK
3.9.0
LAPACK: Linear Algebra PACKage
|
Functions | |
| subroutine | dgegs (JOBVSL, JOBVSR, N, A, LDA, B, LDB, ALPHAR, ALPHAI, BETA, VSL, LDVSL, VSR, LDVSR, WORK, LWORK, INFO) |
| DGEEVX computes the eigenvalues and, optionally, the left and/or right eigenvectors for GE matrices More... | |
| subroutine | dgegv (JOBVL, JOBVR, N, A, LDA, B, LDB, ALPHAR, ALPHAI, BETA, VL, LDVL, VR, LDVR, WORK, LWORK, INFO) |
| DGEEVX computes the eigenvalues and, optionally, the left and/or right eigenvectors for GE matrices More... | |
| 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 More... | |
| 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 More... | |
| subroutine | dgeev (JOBVL, JOBVR, N, A, LDA, WR, WI, VL, LDVL, VR, LDVR, WORK, LWORK, INFO) |
| DGEEV computes the eigenvalues and, optionally, the left and/or right eigenvectors for GE matrices More... | |
| subroutine | dgeevx (BALANC, JOBVL, JOBVR, SENSE, N, A, LDA, WR, WI, VL, LDVL, VR, LDVR, ILO, IHI, SCALE, ABNRM, RCONDE, RCONDV, WORK, LWORK, IWORK, INFO) |
| DGEEVX computes the eigenvalues and, optionally, the left and/or right eigenvectors for GE matrices More... | |
| subroutine | dgges (JOBVSL, JOBVSR, SORT, SELCTG, N, A, LDA, B, LDB, SDIM, ALPHAR, ALPHAI, BETA, VSL, LDVSL, VSR, LDVSR, WORK, LWORK, BWORK, INFO) |
| DGGES computes the eigenvalues, the Schur form, and, optionally, the matrix of Schur vectors for GE matrices More... | |
| subroutine | dgges3 (JOBVSL, JOBVSR, SORT, SELCTG, N, A, LDA, B, LDB, SDIM, ALPHAR, ALPHAI, BETA, VSL, LDVSL, VSR, LDVSR, WORK, LWORK, BWORK, INFO) |
| DGGES3 computes the eigenvalues, the Schur form, and, optionally, the matrix of Schur vectors for GE matrices (blocked algorithm) More... | |
| subroutine | dggesx (JOBVSL, JOBVSR, SORT, SELCTG, SENSE, N, A, LDA, B, LDB, SDIM, ALPHAR, ALPHAI, BETA, VSL, LDVSL, VSR, LDVSR, RCONDE, RCONDV, WORK, LWORK, IWORK, LIWORK, BWORK, INFO) |
| DGGESX computes the eigenvalues, the Schur form, and, optionally, the matrix of Schur vectors for GE matrices More... | |
| subroutine | dggev (JOBVL, JOBVR, N, A, LDA, B, LDB, ALPHAR, ALPHAI, BETA, VL, LDVL, VR, LDVR, WORK, LWORK, INFO) |
| DGGEV computes the eigenvalues and, optionally, the left and/or right eigenvectors for GE matrices More... | |
| subroutine | dggev3 (JOBVL, JOBVR, N, A, LDA, B, LDB, ALPHAR, ALPHAI, BETA, VL, LDVL, VR, LDVR, WORK, LWORK, INFO) |
| DGGEV3 computes the eigenvalues and, optionally, the left and/or right eigenvectors for GE matrices (blocked algorithm) More... | |
| subroutine | dggevx (BALANC, JOBVL, JOBVR, SENSE, N, A, LDA, B, LDB, ALPHAR, ALPHAI, BETA, VL, LDVL, VR, LDVR, ILO, IHI, LSCALE, RSCALE, ABNRM, BBNRM, RCONDE, RCONDV, WORK, LWORK, IWORK, BWORK, INFO) |
| DGGEVX computes the eigenvalues and, optionally, the left and/or right eigenvectors for GE matrices More... | |
This is the group of double eigenvalue driver functions for GE matrices