f77_geru Interface

public interface f77_geru

Generic old style interface for GERU. Supports c, z. See also: mfi_geru, cgeru, zgeru.


Subroutines

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

Original interface for CGERU See also: mfi_geru, f77_geru.

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 zgeru(m, n, alpha, x, incx, y, incy, a, lda)

Original interface for ZGERU See also: mfi_geru, f77_geru.

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