mfi_her2 Interface

public interface mfi_her2

Generic modern interface for HER2. Supports c, z. See also: cher2, zher2.


Module Procedures

public pure subroutine mfi_cher2(a, x, y, uplo, alpha, incx, incy)

Modern interface for cher2. See also: mfi_her2, f77_her2.

Arguments

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

public pure subroutine mfi_zher2(a, x, y, uplo, alpha, incx, incy)

Modern interface for zher2. See also: mfi_her2, f77_her2.

Arguments

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