f77_blas_gerc Module



Interfaces

public interface f77_gerc

Generic old style interface for GERC. Supports c, z. See also: mfi_gerc, cgerc, zgerc.

  • public pure subroutine cgerc(m, n, alpha, x, incx, y, incy, a, lda)

    Original interface for CGERC See also: mfi_gerc, gerc.

    Arguments

    Type IntentOptional Attributes Name
    integer, intent(in) :: m
    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 zgerc(m, n, alpha, x, incx, y, incy, a, lda)

    Original interface for ZGERC See also: mfi_gerc, gerc.

    Arguments

    Type IntentOptional Attributes Name
    integer, intent(in) :: m
    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