\brief \b ESMF_IDAMAX \par Purpose:
\verbatim
ESMF_IDAMAX finds the index of element having max. absolute value. \endverbatim \author Univ. of Tennessee \author Univ. of California Berkeley \author Univ. of Colorado Denver \author NAG Ltd. \date November 2011 \ingroup aux_blas \par Further Details:
\verbatim
jack dongarra, linpack, 3/11/78.
modified 3/93 to return if incx .le. 0.
modified 12/3/93, array(1) declarations changed to array(*)
\endverbatim
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer | :: | N | ||||
double precision | :: | DX(*) | ||||
integer | :: | INCX |