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

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