OpenRadioss
2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
sdotsub.f File Reference
Go to the source code of this file.
Functions/Subroutines
subroutine
sdotsub
(n, x, incx, y, incy, dot)
Function/Subroutine Documentation
◆
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
c
8
external
sdot
9
real
sdot
10
integer
n,incx,incy
11
real
x(*),y(*),dot
12
c
13
dot=
sdot
(n,x,incx,y,incy)
14
return
sdot
real function sdot(n, sx, incx, sy, incy)
SDOT
Definition
sdot.f:82
engine
extlib
lapack-3.10.1
CBLAS
src
sdotsub.f
Generated by
1.15.0