HPEV: computes all the eigenvalues and, optionally, eigenvectors of a complex Hermitian matrix in packed storage.
More...
|
subroutine | chpev (jobz, uplo, n, ap, w, z, ldz, work, rwork, info) |
|
| la_chpev |
|
| la_whpev |
|
subroutine | zhpev (jobz, uplo, n, ap, w, z, ldz, work, rwork, info) |
|
| la_zhpev |
|
HPEV: computes all the eigenvalues and, optionally, eigenvectors of a complex Hermitian matrix in packed storage.
◆ chpev()
subroutine la_lapack::hpev::chpev |
( |
character, intent(in) | jobz, |
|
|
character, intent(in) | uplo, |
|
|
integer(ilp), intent(in) | n, |
|
|
complex(sp), dimension(*), intent(inout) | ap, |
|
|
real(sp), dimension(*), intent(out) | w, |
|
|
complex(sp), dimension(ldz,*), intent(out) | z, |
|
|
integer(ilp), intent(in) | ldz, |
|
|
complex(sp), dimension(*), intent(out) | work, |
|
|
real(sp), dimension(*), intent(out) | rwork, |
|
|
integer(ilp), intent(out) | info ) |
◆ la_chpev()
la_lapack::hpev::la_chpev |
◆ la_whpev()
la_lapack::hpev::la_whpev |
◆ la_zhpev()
la_lapack::hpev::la_zhpev |
◆ zhpev()
subroutine la_lapack::hpev::zhpev |
( |
character, intent(in) | jobz, |
|
|
character, intent(in) | uplo, |
|
|
integer(ilp), intent(in) | n, |
|
|
complex(dp), dimension(*), intent(inout) | ap, |
|
|
real(dp), dimension(*), intent(out) | w, |
|
|
complex(dp), dimension(ldz,*), intent(out) | z, |
|
|
integer(ilp), intent(in) | ldz, |
|
|
complex(dp), dimension(*), intent(out) | work, |
|
|
real(dp), dimension(*), intent(out) | rwork, |
|
|
integer(ilp), intent(out) | info ) |
The documentation for this interface was generated from the following file: