mfi_ger Interface

public interface mfi_ger

Generic modern interface for GER. Supports s, d. See also: sger, dger.


Module Procedures

public pure subroutine mfi_sger(a, x, y, alpha, incx, incy)

Modern interface for sger. See also: mfi_ger, f77_ger.

Arguments

Type IntentOptional Attributes Name
real(kind=REAL32), intent(inout) :: a(:,:)
real(kind=REAL32), intent(in) :: x(:)
real(kind=REAL32), intent(in) :: y(:)
real(kind=REAL32), intent(in), optional :: alpha
integer, intent(in), optional :: incx
integer, intent(in), optional :: incy

public pure subroutine mfi_dger(a, x, y, alpha, incx, incy)

Modern interface for dger. See also: mfi_ger, f77_ger.

Arguments

Type IntentOptional Attributes Name
real(kind=REAL64), intent(inout) :: a(:,:)
real(kind=REAL64), intent(in) :: x(:)
real(kind=REAL64), intent(in) :: y(:)
real(kind=REAL64), intent(in), optional :: alpha
integer, intent(in), optional :: incx
integer, intent(in), optional :: incy