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

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