![]() |
LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
|
Functions | |
subroutine | cheev (JOBZ, UPLO, N, A, LDA, W, WORK, LWORK, RWORK, INFO) |
CHEEV computes the eigenvalues and, optionally, the left and/or right eigenvectors for HE matrices More... | |
subroutine | dsyev (JOBZ, UPLO, N, A, LDA, W, WORK, LWORK, INFO) |
DSYEV computes the eigenvalues and, optionally, the left and/or right eigenvectors for SY matrices More... | |
subroutine | ssyev (JOBZ, UPLO, N, A, LDA, W, WORK, LWORK, INFO) |
SSYEV computes the eigenvalues and, optionally, the left and/or right eigenvectors for SY matrices More... | |
subroutine | zheev (JOBZ, UPLO, N, A, LDA, W, WORK, LWORK, RWORK, INFO) |
ZHEEV computes the eigenvalues and, optionally, the left and/or right eigenvectors for HE matrices More... | |