HEEV: computes all eigenvalues and, optionally, eigenvectors of a complex Hermitian matrix A.
More...
|
subroutine | cheev (jobz, uplo, n, a, lda, w, work, lwork, rwork, info) |
|
| la_cheev |
|
| la_wheev |
|
subroutine | zheev (jobz, uplo, n, a, lda, w, work, lwork, rwork, info) |
|
| la_zheev |
|
HEEV: computes all eigenvalues and, optionally, eigenvectors of a complex Hermitian matrix A.
◆ cheev()
subroutine la_lapack::heev::cheev |
( |
character, intent(in) |
jobz, |
|
|
character, intent(in) |
uplo, |
|
|
integer(ilp), intent(in) |
n, |
|
|
complex(sp), dimension(lda,*), intent(inout) |
a, |
|
|
integer(ilp), intent(in) |
lda, |
|
|
real(sp), dimension(*), intent(out) |
w, |
|
|
complex(sp), dimension(*), intent(out) |
work, |
|
|
integer(ilp), intent(in) |
lwork, |
|
|
real(sp), dimension(*), intent(out) |
rwork, |
|
|
integer(ilp), intent(out) |
info |
|
) |
| |
◆ la_cheev()
la_lapack::heev::la_cheev |
◆ la_wheev()
la_lapack::heev::la_wheev |
◆ la_zheev()
la_lapack::heev::la_zheev |
◆ zheev()
subroutine la_lapack::heev::zheev |
( |
character, intent(in) |
jobz, |
|
|
character, intent(in) |
uplo, |
|
|
integer(ilp), intent(in) |
n, |
|
|
complex(dp), dimension(lda,*), intent(inout) |
a, |
|
|
integer(ilp), intent(in) |
lda, |
|
|
real(dp), dimension(*), intent(out) |
w, |
|
|
complex(dp), dimension(*), intent(out) |
work, |
|
|
integer(ilp), intent(in) |
lwork, |
|
|
real(dp), dimension(*), intent(out) |
rwork, |
|
|
integer(ilp), intent(out) |
info |
|
) |
| |
The documentation for this interface was generated from the following file: