OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
isamaxsub.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine isamaxsub (n, x, incx, iamax)

Function/Subroutine Documentation

◆ 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