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

Definition at line 7 of file idamaxsub.f.

7 c
8  external idamax
9  integer idamax,iamax
10  integer n,incx
11  double precision x(*)
12 c
13  iamax=idamax(n,x,incx)
14  return
integer function idamax(N, DX, INCX)
IDAMAX
Definition: idamax.f:53

Here is the call graph for this function: