mfi_blas_her Module



Interfaces

public interface mfi_her

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

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

    Modern interface for f77_her. 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 f77_her. 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

Subroutines

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

Modern interface for f77_her. 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 f77_her. 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