LAPACK 3.12.1
LAPACK: Linear Algebra PACKage
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages

◆ 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: