Octopus
lapack_oct_m::lapack_sygvd Interface Reference

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

Detailed Description

Same as lapack_sygv but using the divide and conquer algorithm.

Definition at line 177 of file lapack.F90.

Public Member Functions

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

Member Function/Subroutine Documentation

◆ dsygvd()

subroutine lapack_oct_m::lapack_sygvd::dsygvd ( integer, intent(in)  itype,
character(1), intent(in)  jobz,
character(1), intent(in)  uplo,
integer, intent(in)  n,
real(real64), intent(inout)  a,
integer, intent(in)  lda,
real(real64), intent(inout)  b,
integer, intent(in)  ldb,
real(real64), intent(out)  w,
real(real64), intent(out)  work,
integer, intent(in)  lwork,
integer, intent(out)  iwork,
integer, intent(in)  liwork,
integer, intent(out)  info 
)
Parameters
[in,out]ba(lda,n), b(ldb,n)
[out]workw(n), work(lwork)
[out]infoiwork(liwork)

Definition at line 178 of file lapack.F90.


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