1IZAMAX(1) BLAS routine IZAMAX(1)
23
4
NAME
6IZAMAX - the index of element having max
7
SYNOPSIS
9INTEGER FUNCTION IZAMAX(N,ZX,INCX)
1011
INTEGER INCX,N
1213
DOUBLE COMPLEX ZX(*)
14
PURPOSE
16finds the index of element having max. absolute value.
17jack dongarra, 1/15/85.
18modified 3/93 to return if incx .le. 0.
19modified 12/3/93, array(1) declarations changed to array(*)
2021
22
23
24
25
BLAS routine November 2006 IZAMAX(1)