LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
|
Functions | |
subroutine | cgeevx (balanc, jobvl, jobvr, sense, n, a, lda, w, vl, ldvl, vr, ldvr, ilo, ihi, scale, abnrm, rconde, rcondv, work, lwork, rwork, info) |
CGEEVX computes the eigenvalues and, optionally, the left and/or right eigenvectors for GE matrices | |
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 | |
subroutine | sgeevx (balanc, jobvl, jobvr, sense, n, a, lda, wr, wi, vl, ldvl, vr, ldvr, ilo, ihi, scale, abnrm, rconde, rcondv, work, lwork, iwork, info) |
SGEEVX computes the eigenvalues and, optionally, the left and/or right eigenvectors for GE matrices | |
subroutine | zgeevx (balanc, jobvl, jobvr, sense, n, a, lda, w, vl, ldvl, vr, ldvr, ilo, ihi, scale, abnrm, rconde, rcondv, work, lwork, rwork, info) |
ZGEEVX computes the eigenvalues and, optionally, the left and/or right eigenvectors for GE matrices | |