LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
Loading...
Searching...
No Matches

◆ 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
Here is the call graph for this function: