Octopus
lapack_oct_m::lapack_heev Interface Reference

Computes all eigenvalues and, optionally, eigenvectors of a complex Hermitian matrix A. More...

Detailed Description

Computes all eigenvalues and, optionally, eigenvectors of a complex Hermitian matrix A.

Definition at line 286 of file lapack.F90.

Public Member Functions

subroutine zheev (jobz, uplo, n, a, lda, w, work, lwork, rwork, info)
 

Member Function/Subroutine Documentation

◆ zheev()

subroutine lapack_oct_m::lapack_heev::zheev ( character(1), intent(in)  jobz,
character(1), intent(in)  uplo,
integer, intent(in)  n,
complex(real64), intent(inout)  a,
integer, intent(in)  lda,
real(real64), intent(out)  w,
complex(real64), intent(out)  work,
integer, intent(in)  lwork,
real(real64), intent(out)  rwork,
integer, intent(out)  info 
)
Parameters
[in,out]aa(lda,n)
[out]rworkw(n), rwork(max(1,3*n-2))
[out]workwork(lwork)

Definition at line 287 of file lapack.F90.


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