![]() |
LAPACK 3.12.1
LAPACK: Linear Algebra PACKage
|
Functions | |
| subroutine | cheevx (jobz, range, uplo, n, a, lda, vl, vu, il, iu, abstol, m, w, z, ldz, work, lwork, rwork, iwork, ifail, info) |
| CHEEVX computes the eigenvalues and, optionally, the left and/or right eigenvectors for HE matrices | |
| subroutine | dsyevx (jobz, range, uplo, n, a, lda, vl, vu, il, iu, abstol, m, w, z, ldz, work, lwork, iwork, ifail, info) |
| DSYEVX computes the eigenvalues and, optionally, the left and/or right eigenvectors for SY matrices | |
| subroutine | ssyevx (jobz, range, uplo, n, a, lda, vl, vu, il, iu, abstol, m, w, z, ldz, work, lwork, iwork, ifail, info) |
| SSYEVX computes the eigenvalues and, optionally, the left and/or right eigenvectors for SY matrices | |
| subroutine | zheevx (jobz, range, uplo, n, a, lda, vl, vu, il, iu, abstol, m, w, z, ldz, work, lwork, rwork, iwork, ifail, info) |
| ZHEEVX computes the eigenvalues and, optionally, the left and/or right eigenvectors for HE matrices | |