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

Definition at line 7 of file izamaxsub.f.

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

Here is the call graph for this function: