Go to the source code of this file.
|
| double precision function | dsasum (n, x, incx) |
◆ dsasum()
| double precision function dsasum |
( |
integer | n, |
|
|
real, dimension( * ) | x, |
|
|
integer | incx ) |
Definition at line 1 of file dsasum.f.
2
3
4
5
6
7
8
9 INTEGER INCX, N
10
11
12 REAL X( * )
13
14
15
16
17
18
19
20
21
22
23
24
25 REAL SASUM
27
28
29 INTRINSIC dble
30
31
32
34
35 RETURN
36
37
38
double precision function dsasum(n, x, incx)
real function sasum(n, sx, incx)
SASUM