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

◆ icamaxsub()

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

Definition at line 6 of file icamaxsub.f.

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