Loading [MathJax]/jax/output/HTML-CSS/config.js
fortran-lapack
All Classes Namespaces Files Functions Variables Pages
la_lapack::hpev Interface Reference

HPEV: computes all the eigenvalues and, optionally, eigenvectors of a complex Hermitian matrix in packed storage. More...

Public Member Functions

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
 

Detailed Description

HPEV: computes all the eigenvalues and, optionally, eigenvectors of a complex Hermitian matrix in packed storage.

Member Function/Subroutine Documentation

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

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

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