f77_iamax Interface

public interface f77_iamax

Module Procedures

public pure function isamax(n, x, incx)

Arguments

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

Return Value integer

public pure function idamax(n, x, incx)

Arguments

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

Return Value integer

public pure function icamax(n, x, incx)

Arguments

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

Return Value integer

public pure function izamax(n, x, incx)

Arguments

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

Return Value integer