![]() |
LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
|
Functions | |
subroutine | cggev (JOBVL, JOBVR, N, A, LDA, B, LDB, ALPHA, BETA, VL, LDVL, VR, LDVR, WORK, LWORK, RWORK, INFO) |
CGGEV computes the eigenvalues and, optionally, the left and/or right eigenvectors 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 | sggev (JOBVL, JOBVR, N, A, LDA, B, LDB, ALPHAR, ALPHAI, BETA, VL, LDVL, VR, LDVR, WORK, LWORK, INFO) |
SGGEV computes the eigenvalues and, optionally, the left and/or right eigenvectors for GE matrices More... | |
subroutine | zggev (JOBVL, JOBVR, N, A, LDA, B, LDB, ALPHA, BETA, VL, LDVL, VR, LDVR, WORK, LWORK, RWORK, INFO) |
ZGGEV computes the eigenvalues and, optionally, the left and/or right eigenvectors for GE matrices More... | |