mfi_zher Subroutine

public pure subroutine mfi_zher(a, x, uplo, alpha, incx)

Modern interface for zher. See also: mfi_her, f77_her.

Arguments

Type IntentOptional Attributes Name
complex(kind=REAL64), intent(inout) :: a(:,:)
complex(kind=REAL64), intent(in) :: x(:)
character(len=1), intent(in), optional :: uplo
real(kind=wp), intent(in), optional :: alpha
integer, intent(in), optional :: incx