LAPACK  3.9.0
LAPACK: Linear Algebra PACKage

◆ icamaxsub()

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
Here is the call graph for this function:
icamax
integer function icamax(N, CX, INCX)
ICAMAX
Definition: icamax.f:73