LAPACK  3.6.1
LAPACK: Linear Algebra PACKage
subroutine isamaxsub ( integer  n,
real, dimension(*)  x,
integer  incx,
integer  iamax 
)

Definition at line 7 of file isamaxsub.f.

7 c
8  external isamax
9  integer isamax,iamax
10  integer n,incx
11  real x(*)
12 c
13  iamax=isamax(n,x,incx)
14  return
integer function isamax(N, SX, INCX)
ISAMAX
Definition: isamax.f:53

Here is the call graph for this function: