dsyev Interface

interface
public subroutine dsyev(jobz, uplo, n, a, lda, w, work, lwork, info)

Arguments

Type IntentOptional Attributes Name
character(len=1), intent(in) :: jobz
character(len=1), intent(in) :: uplo
integer, intent(in) :: n
real(kind=dp), intent(inout) :: a(lda,n)
integer, intent(in) :: lda
real(kind=dp), intent(out) :: w(*)
real(kind=dp), intent(out) :: work(*)
integer, intent(in) :: lwork
integer, intent(out) :: info