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

Go to the source code of this file.

Functions/Subroutines

subroutine izamaxsub (n, x, incx, iamax)

Function/Subroutine Documentation

◆ izamaxsub()

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

Definition at line 6 of file izamaxsub.f.

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