LAPACK  3.6.1
LAPACK: Linear Algebra PACKage
subroutine sdsdotsub ( integer  n,
real  sb,
real, dimension(*)  x,
integer  incx,
real, dimension(*)  y,
integer  incy,
real  dot 
)

Definition at line 7 of file sdsdotsub.f.

7 c
8  external sdsdot
9  real sb,sdsdot,dot
10  integer n,incx,incy
11  real x(*),y(*)
12 c
13  dot=sdsdot(n,sb,x,incx,y,incy)
14  return
real function sdsdot(N, SB, SX, INCX, SY, INCY)
SDSDOT
Definition: sdsdot.f:142

Here is the call graph for this function: