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

◆ isamaxsub()

subroutine isamaxsub ( integer  n,
real, dimension(*)  x,
integer  incx,
integer  iamax 
)

Definition at line 6 of file isamaxsub.f.

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