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

Go to the source code of this file.

Functions/Subroutines

subroutine icamaxsub (n, x, incx, iamax)

Function/Subroutine Documentation

◆ icamaxsub()

subroutine icamaxsub ( integer n,
complex, dimension(*) x,
integer incx,
integer iamax )

Definition at line 6 of file icamaxsub.f.

7c
8 external icamax
9 integer icamax,iamax
10 integer n,incx
11 complex x(*)
12c
13 iamax=icamax(n,x,incx)
14 return
integer function icamax(n, cx, incx)
ICAMAX
Definition icamax.f:71