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

Go to the source code of this file.

Functions/Subroutines

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

Function/Subroutine Documentation

◆ dsdotsub()

subroutine dsdotsub ( integer n,
real, dimension(*) x,
integer incx,
real, dimension(*) y,
integer incy,
double precision dot )

Definition at line 6 of file dsdotsub.f.

7c
8 external dsdot
9 double precision dsdot,dot
10 integer n,incx,incy
11 real x(*),y(*)
12c
13 dot=dsdot(n,x,incx,y,incy)
14 return
double precision function dsdot(n, sx, incx, sy, incy)
DSDOT
Definition dsdot.f:119