73 REAL FUNCTION scasum(N,CX,INCX)
94 INTRINSIC abs,aimag,real
98 IF (n.LE.0 .OR. incx.LE.0)
RETURN 104 stemp = stemp + abs(
REAL(cx(i))) + abs(AIMAG(cx(i)))
112 stemp = stemp + abs(
REAL(cx(i))) + abs(AIMAG(cx(i)))
real function scasum(N, CX, INCX)
SCASUM