LAPACK  3.9.0
LAPACK: Linear Algebra PACKage

◆ isamaxsub()

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