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

NAME

6       DZASUM - the sum of the absolute values
7

SYNOPSIS

9       DOUBLE PRECISION FUNCTION DZASUM(N,ZX,INCX)
10
11           INTEGER      INCX,N
12
13           DOUBLE       COMPLEX ZX(*)
14

PURPOSE

16          takes the sum of the absolute values.
17          jack dongarra, 3/11/78.
18          modified 3/93 to return if incx .le. 0.
19          modified 12/3/93, array(1) declarations changed to array(*)
20
21
22
23
24
25BLAS routine                     November 2006                       DZASUM(1)
Impressum