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

Go to the source code of this file.

Functions/Subroutines

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

Function/Subroutine Documentation

◆ ddotsub()

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

Definition at line 6 of file ddotsub.f.

7c
8 external ddot
9 double precision ddot
10 integer n,incx,incy
11 double precision x(*),y(*),dot
12c
13 dot=ddot(n,x,incx,y,incy)
14 return
double precision function ddot(n, dx, incx, dy, incy)
DDOT
Definition ddot.f:82