mfi_her Interface

public interface mfi_her

Generic modern interface for HER. Supports c, z. See also: cher, zher.


Module Procedures

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

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

Arguments

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