mfi_zhpr Subroutine

public pure subroutine mfi_zhpr(ap, x, uplo, alpha, incx)

Modern interface for zhpr. See also: mfi_hpr, f77_hpr.

Arguments

Type IntentOptional Attributes Name
complex(kind=REAL64), intent(inout) :: ap(:)
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