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

Go to the source code of this file.

Functions/Subroutines

subroutine idamaxsub (n, x, incx, iamax)

Function/Subroutine Documentation

◆ idamaxsub()

subroutine idamaxsub ( integer n,
double precision, dimension(*) x,
integer incx,
integer iamax )

Definition at line 6 of file idamaxsub.f.

7c
8 external idamax
9 integer idamax,iamax
10 integer n,incx
11 double precision x(*)
12c
13 iamax=idamax(n,x,incx)
14 return
integer function idamax(n, dx, incx)
IDAMAX
Definition idamax.f:71