LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
Loading...
Searching...
No Matches

◆ izamaxsub()

subroutine izamaxsub ( integer  n,
double complex, dimension(*)  x,
integer  incx,
integer  iamax 
)

Definition at line 6 of file izamaxsub.f.

7c
8 external izamax
9 integer izamax,iamax
10 integer n,incx
11 double complex x(*)
12c
13 iamax=izamax(n,x,incx)
14 return
integer function izamax(n, zx, incx)
IZAMAX
Definition izamax.f:71
Here is the call graph for this function: