1DZASUM(1) BLAS routine DZASUM(1)
23
4
NAME
6DZASUM - DZASUM take the sum of the absolute values
7
SYNOPSIS
9DOUBLE PRECISION FUNCTION DZASUM(N,ZX,INCX)
1011
INTEGER INCX,N
1213
DOUBLE COMPLEX ZX(*)
14
PURPOSE
16DZASUM takes the sum of the absolute values.
1718
FURTHER DETAILS
20jack dongarra, 3/11/78.
21modified 3/93 to return if incx .le. 0.
22modified 12/3/93, array(1) declarations changed to array(*)
2324
25
26
27
BLAS routine November 2008 DZASUM(1)