![]() |
LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
|
Functions | |
subroutine | cgeev (JOBVL, JOBVR, N, A, LDA, W, VL, LDVL, VR, LDVR, WORK, LWORK, RWORK, INFO) |
CGEEV computes the eigenvalues and, optionally, the left and/or right eigenvectors 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 | sgeev (JOBVL, JOBVR, N, A, LDA, WR, WI, VL, LDVL, VR, LDVR, WORK, LWORK, INFO) |
SGEEV computes the eigenvalues and, optionally, the left and/or right eigenvectors for GE matrices More... | |
subroutine | zgeev (JOBVL, JOBVR, N, A, LDA, W, VL, LDVL, VR, LDVR, WORK, LWORK, RWORK, INFO) |
ZGEEV computes the eigenvalues and, optionally, the left and/or right eigenvectors for GE matrices More... | |