LAPACK
3.6.1
LAPACK: Linear Algebra PACKage
|
Functions | |
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 | dsyevd (JOBZ, UPLO, N, A, LDA, W, WORK, LWORK, IWORK, LIWORK, INFO) |
DSYEVD computes the eigenvalues and, optionally, the left and/or right eigenvectors for SY matrices More... | |
subroutine | dsyevr (JOBZ, RANGE, UPLO, N, A, LDA, VL, VU, IL, IU, ABSTOL, M, W, Z, LDZ, ISUPPZ, WORK, LWORK, IWORK, LIWORK, INFO) |
DSYEVR computes the eigenvalues and, optionally, the left and/or right eigenvectors for SY matrices More... | |
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 More... | |
subroutine | dsygv (ITYPE, JOBZ, UPLO, N, A, LDA, B, LDB, W, WORK, LWORK, INFO) |
DSYGV More... | |
subroutine | dsygvd (ITYPE, JOBZ, UPLO, N, A, LDA, B, LDB, W, WORK, LWORK, IWORK, LIWORK, INFO) |
DSYGVD More... | |
subroutine | dsygvx (ITYPE, JOBZ, RANGE, UPLO, N, A, LDA, B, LDB, VL, VU, IL, IU, ABSTOL, M, W, Z, LDZ, WORK, LWORK, IWORK, IFAIL, INFO) |
DSYGVX More... | |
This is the group of double eigenvalue driver functions for SY matrices