53 REAL FUNCTION scasum(N,CX,INCX)
74 INTRINSIC abs,aimag,real
78 IF (n.LE.0 .OR. incx.LE.0)
RETURN
84 stemp = stemp + abs(
REAL(cx(i))) + abs(AIMAG(cx(i)))
92 stemp = stemp + abs(
REAL(cx(i))) + abs(AIMAG(cx(i)))
real function scasum(N, CX, INCX)
SCASUM