HBEV: computes all the eigenvalues and, optionally, eigenvectors of a complex Hermitian band matrix A.
More...
|
subroutine | chbev (jobz, uplo, n, kd, ab, ldab, w, z, ldz, work, rwork, info) |
|
| la_chbev |
|
| la_whbev |
|
subroutine | zhbev (jobz, uplo, n, kd, ab, ldab, w, z, ldz, work, rwork, info) |
|
| la_zhbev |
|
HBEV: computes all the eigenvalues and, optionally, eigenvectors of a complex Hermitian band matrix A.
◆ chbev()
subroutine la_lapack::hbev::chbev |
( |
character, intent(in) | jobz, |
|
|
character, intent(in) | uplo, |
|
|
integer(ilp), intent(in) | n, |
|
|
integer(ilp), intent(in) | kd, |
|
|
complex(sp), dimension(ldab,*), intent(inout) | ab, |
|
|
integer(ilp), intent(in) | ldab, |
|
|
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_chbev()
la_lapack::hbev::la_chbev |
◆ la_whbev()
la_lapack::hbev::la_whbev |
◆ la_zhbev()
la_lapack::hbev::la_zhbev |
◆ zhbev()
subroutine la_lapack::hbev::zhbev |
( |
character, intent(in) | jobz, |
|
|
character, intent(in) | uplo, |
|
|
integer(ilp), intent(in) | n, |
|
|
integer(ilp), intent(in) | kd, |
|
|
complex(dp), dimension(ldab,*), intent(inout) | ab, |
|
|
integer(ilp), intent(in) | ldab, |
|
|
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: