idamax Interface

interface
public pure function idamax(n, x, incx)

Arguments

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

Return Value integer

Description

Find largest component of vector.