1SASUM(1)                         BLAS routine                         SASUM(1)
2
3
4

NAME

6       SASUM - SASUM take the sum of the absolute values
7

SYNOPSIS

9       REAL FUNCTION SASUM(N,SX,INCX)
10
11           INTEGER   INCX,N
12
13           REAL      SX(*)
14

PURPOSE

16          SASUM takes the sum of the absolute values.
17          uses unrolled loops for increment equal to one.
18
19

FURTHER DETAILS

21          jack dongarra, linpack, 3/11/78.
22          modified 3/93 to return if incx .le. 0.
23          modified 12/3/93, array(1) declarations changed to array(*)
24
25
26
27
28BLAS routine                     November 2008                        SASUM(1)
Impressum