C----------------------------------------------------------------------- C IMSL Name: CAXPY (Single precision version) C C Purpose: Compute the scalar times a vector plus a vector, C y = ax + y, all complex. C C Usage: CALL CAXPY (N, CA, CX, INCX, CY, INCY) C C Example: No example available for this routine.