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

NAME

6       ICAMAX - the index of element having max
7

SYNOPSIS

9       INTEGER FUNCTION ICAMAX(N,CX,INCX)
10
11           INTEGER      INCX,N
12
13           COMPLEX      CX(*)
14

PURPOSE

16          finds the index of element having max. absolute value.
17          jack dongarra, linpack, 3/11/78.
18          modified 3/93 to return if incx .le. 0.
19          modified 12/3/93, array(1) declarations changed to array(*)
20
21
22
23
24
25BLAS routine                     November 2006                       ICAMAX(1)
Impressum