OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
smumps_iXamax.F File Reference

Go to the source code of this file.

Functions/Subroutines

integer function smumps_ixamax (n, x, incx, grain)

Function/Subroutine Documentation

◆ smumps_ixamax()

integer function smumps_ixamax ( integer, intent(in) n,
real, dimension(*), intent(in) x,
integer, intent(in) incx,
integer, intent(in) grain )

Definition at line 14 of file smumps_iXamax.F.

15 IMPLICIT NONE
16 REAL, intent(in) :: X(*)
17 INTEGER, intent(in) :: INCX,N
18 INTEGER, intent(in) :: GRAIN
19 INTEGER isamax
20 smumps_ixamax = isamax(n,x,incx)
21 RETURN
integer function isamax(n, sx, incx)
ISAMAX
Definition isamax.f:71
integer function smumps_ixamax(n, x, incx, grain)