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
.
7
c
8
external
idamax
9
integer
idamax,iamax
10
integer
n,incx
11
double precision
x(*)
12
c
13
iamax=
idamax
(n,x,incx)
14
return
idamax
integer function idamax(n, dx, incx)
IDAMAX
Definition
idamax.f:71
engine
extlib
lapack-3.10.1
CBLAS
src
idamaxsub.f
Generated by
1.15.0