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

◆ idamaxsub()

subroutine idamaxsub ( integer  n,
double precision, dimension(*)  x,
integer  incx,
integer  iamax 
)

Definition at line 6 of file idamaxsub.f.

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