C----------------------------------------------------------------------- C IMSL Name: SCASUM (Single precision version) C C Purpose: Sum the absolute values of the real part together with C the absolute values of the imaginary part of the C components of a complex vector. C C Usage: SCASUM(N, CX, INCX) C C Example: No example available for this routine.