fortran-lapack
Loading...
Searching...
No Matches
la_lapack::hbev Interface Reference

HBEV: computes all the eigenvalues and, optionally, eigenvectors of a complex Hermitian band matrix A. More...

Public Member Functions

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
 

Detailed Description

HBEV: computes all the eigenvalues and, optionally, eigenvectors of a complex Hermitian band matrix A.

Member Function/Subroutine Documentation

◆ 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 
)
Here is the call graph for this function:

◆ 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 
)
Here is the call graph for this function:

The documentation for this interface was generated from the following file: