1IZAMAX(1)                        BLAS routine                        IZAMAX(1)
2
3
4

NAME

6       IZAMAX - IZAMAX find the index of element having max
7

SYNOPSIS

9       INTEGER FUNCTION IZAMAX(N,ZX,INCX)
10
11           INTEGER      INCX,N
12
13           DOUBLE       COMPLEX ZX(*)
14

PURPOSE

16          IZAMAX finds the index of element having max. absolute value.
17
18

FURTHER DETAILS

20          jack dongarra, 1/15/85.
21          modified 3/93 to return if incx .le. 0.
22          modified 12/3/93, array(1) declarations changed to array(*)
23
24
25
26
27BLAS routine                     November 2008                       IZAMAX(1)
Impressum