mfi_zheevd Subroutine

public pure subroutine mfi_zheevd(a, w, jobz, uplo, info)

Modern interface for zheevd. See also: mfi_heevd, f77_heevd.

Arguments

Type IntentOptional Attributes Name
complex(kind=REAL64), intent(inout) :: a(:,:)
real(kind=REAL64), intent(out) :: w(:)
character(len=1), intent(in), optional :: jobz
character(len=1), intent(in), optional :: uplo
integer, intent(out), optional :: info