1ICAMAX(1) BLAS routine ICAMAX(1)
23
4
NAME
6ICAMAX - ICAMAX find the index of element having max
7
SYNOPSIS
9INTEGER FUNCTION ICAMAX(N,CX,INCX)
1011
INTEGER INCX,N
1213
COMPLEX CX(*)
14
PURPOSE
16ICAMAX finds the index of element having max. absolute value.
1718
FURTHER DETAILS
20jack dongarra, linpack, 3/11/78.
21modified 3/93 to return if incx .le. 0.
22modified 12/3/93, array(1) declarations changed to array(*)
2324
25
26
27
BLAS routine November 2008 ICAMAX(1)