(git:c5411e0)
Loading...
Searching...
No Matches
lapack::lapack_chpev Interface Reference

Public Member Functions

subroutine zhpev (jobz, uplo, n, ap, w, z, ldz, work, rwork, info)
 ...
 

Detailed Description

Definition at line 82 of file lapack.F.

Member Function/Subroutine Documentation

◆ zhpev()

subroutine lapack::lapack_chpev::zhpev ( character  jobz,
character  uplo,
integer  n,
complex(kind=dp), dimension(*)  ap,
real(kind=dp), dimension(*)  w,
complex(kind=dp), dimension(ldz, *)  z,
integer  ldz,
complex(kind=dp), dimension(*)  work,
real(kind=dp), dimension(*)  rwork,
integer  info 
)

...

Parameters
jobz...
uplo...
n...
ap...
w...
z...
ldz...
work...
rwork...
info...

Definition at line 96 of file lapack.F.


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