Octopus
lapack_oct_m::lapack_hegvd Interface Reference

Same as lapack_hegv but using the divide and conquer algorithm. More...

Detailed Description

Same as lapack_hegv but using the divide and conquer algorithm.

Definition at line 208 of file lapack.F90.

Public Member Functions

subroutine zhegvd (itype, jobz, uplo, n, a, lda, b, ldb, w, work, lwork, rwork, lrwork, iwork, liwork, info)
 

Member Function/Subroutine Documentation

◆ zhegvd()

subroutine lapack_oct_m::lapack_hegvd::zhegvd ( integer, intent(in)  itype,
character(1), intent(in)  jobz,
character(1), intent(in)  uplo,
integer, intent(in)  n,
complex(real64), intent(inout)  a,
integer, intent(in)  lda,
complex(real64), intent(inout)  b,
integer, intent(in)  ldb,
real(real64), intent(out)  w,
complex(real64), intent(out)  work,
integer, intent(in)  lwork,
real(real64), intent(out)  rwork,
integer, intent(in)  lrwork,
integer, intent(out)  iwork,
integer, intent(in)  liwork,
integer, intent(out)  info 
)
Parameters
[in,out]ba(lda,n), b(ldb,n)
[out]rworkw(n), rwork(lrwork)
[out]workwork(lwork)
[out]infoiwork(liwork)

Definition at line 209 of file lapack.F90.


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