mfi_iamax Interface

public interface mfi_iamax

Generic modern interface for IAMAX. Supports s, d, c, z. See also: f77_iamax, f77_iamax, f77_iamax, f77_iamax.


Module Procedures

public pure function mfi_isamax(x, incx)

Modern interface for f77_iamax. See also: mfi_iamax, f77_iamax.

Arguments

Type IntentOptional Attributes Name
real(kind=REAL32), intent(in) :: x(:)
integer, intent(in), optional :: incx

Return Value integer

public pure function mfi_idamax(x, incx)

Modern interface for f77_iamax. See also: mfi_iamax, f77_iamax.

Arguments

Type IntentOptional Attributes Name
real(kind=REAL64), intent(in) :: x(:)
integer, intent(in), optional :: incx

Return Value integer

public pure function mfi_icamax(x, incx)

Modern interface for f77_iamax. See also: mfi_iamax, f77_iamax.

Arguments

Type IntentOptional Attributes Name
complex(kind=REAL32), intent(in) :: x(:)
integer, intent(in), optional :: incx

Return Value integer

public pure function mfi_izamax(x, incx)

Modern interface for f77_iamax. See also: mfi_iamax, f77_iamax.

Arguments

Type IntentOptional Attributes Name
complex(kind=REAL64), intent(in) :: x(:)
integer, intent(in), optional :: incx

Return Value integer