f77_blas_her2 Module



Interfaces

public interface f77_her2

Generic old style interface for HER2. Supports c, z. See also: mfi_her2, cher2, zher2.

  • public pure subroutine cher2(uplo, n, alpha, x, incx, y, incy, a, lda)

    Original interface for CHER2 See also: mfi_her2, her2.

    Arguments

    Type IntentOptional Attributes Name
    character(len=1), intent(in) :: uplo
    integer, intent(in) :: n
    complex(kind=REAL32), intent(in) :: alpha
    complex(kind=REAL32), intent(in) :: x(*)
    integer, intent(in) :: incx
    complex(kind=REAL32), intent(in) :: y(*)
    integer, intent(in) :: incy
    complex(kind=REAL32), intent(inout) :: a(lda,*)
    integer, intent(in) :: lda
  • public pure subroutine zher2(uplo, n, alpha, x, incx, y, incy, a, lda)

    Original interface for ZHER2 See also: mfi_her2, her2.

    Arguments

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