LAPACK  3.6.1
LAPACK: Linear Algebra PACKage
subroutine icamaxsub ( integer  n,
complex, dimension(*)  x,
integer  incx,
integer  iamax 
)

Definition at line 7 of file icamaxsub.f.

7 c
8  external icamax
9  integer icamax,iamax
10  integer n,incx
11  complex x(*)
12 c
13  iamax=icamax(n,x,incx)
14  return
integer function icamax(N, CX, INCX)
ICAMAX
Definition: icamax.f:53

Here is the call graph for this function: