71 REAL FUNCTION scasum(N,CX,INCX)
91 INTRINSIC abs,aimag,real
95 IF (n.LE.0 .OR. incx.LE.0)
RETURN 101 stemp = stemp + abs(
REAL(cx(i))) + abs(AIMAG(cx(i)))
109 stemp = stemp + abs(
REAL(cx(i))) + abs(AIMAG(cx(i)))
real function scasum(N, CX, INCX)
SCASUM