![]() |
Octopus
|
Same as lapack_hegv but using the divide and conquer algorithm. More...
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) |
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 | ||
) |
[in,out] | b | a(lda,n), b(ldb,n) |
[out] | rwork | w(n), rwork(lrwork) |
[out] | work | work(lwork) |
[out] | info | iwork(liwork) |
Definition at line 209 of file lapack.F90.