Go to the source code of this file.
◆ 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.
7
8 external sdot
9 real sdot
10 integer n,incx,incy
11 real x(*),y(*),dot
12
13 dot=
sdot(n,x,incx,y,incy)
14 return
real function sdot(n, sx, incx, sy, incy)
SDOT