mfi_gerc Interface

public interface mfi_gerc

Generic modern interface for GERC. Supports c, z. See also: cgerc, zgerc.


Module Procedures

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

Modern interface for cgerc. See also: mfi_gerc, f77_gerc.

Arguments

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

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

Modern interface for zgerc. See also: mfi_gerc, f77_gerc.

Arguments

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