mfi_chegv Subroutine

public pure subroutine mfi_chegv(a, b, w, itype, jobz, uplo, info)

Modern interface for chegv. See also: mfi_hegv, f77_hegv.

Arguments

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