mfi_herk Interface

public interface mfi_herk

Generic modern interface for HERK. Supports c, z. See also: cherk, zherk.


Module Procedures

public pure subroutine mfi_cherk(a, c, uplo, trans, alpha, beta)

Modern interface for cherk. See also: mfi_herk, f77_herk.

Arguments

Type IntentOptional Attributes Name
complex(kind=REAL32), intent(in) :: a(:,:)
complex(kind=REAL32), intent(inout) :: c(:,:)
character(len=1), intent(in), optional :: uplo
character(len=1), intent(in), optional :: trans
real(kind=wp), intent(in), optional :: alpha
real(kind=wp), intent(in), optional :: beta

public pure subroutine mfi_zherk(a, c, uplo, trans, alpha, beta)

Modern interface for zherk. See also: mfi_herk, f77_herk.

Arguments

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