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

Go to the source code of this file.

Functions/Subroutines

subroutine sdotsub (n, x, incx, y, incy, dot)

Function/Subroutine Documentation

◆ sdotsub()

subroutine sdotsub ( integer n,
real, dimension(*) x,
integer incx,
real, dimension(*) y,
integer incy,
real dot )

Definition at line 6 of file sdotsub.f.

7c
8 external sdot
9 real sdot
10 integer n,incx,incy
11 real x(*),y(*),dot
12c
13 dot=sdot(n,x,incx,y,incy)
14 return
real function sdot(n, sx, incx, sy, incy)
SDOT
Definition sdot.f:82