mfi_hpr Interface

public interface mfi_hpr

Generic modern interface for HPR. Supports c, z. See also: chpr, zhpr.


Module Procedures

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

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

Arguments

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

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