C----------------------------------------------------------------------- C IMSL Name: SAXPY (Single precision version) C C Purpose: Compute the scalar times a vector plus a vector, C y = ax + y, all single precision. C C Usage: CALL SAXPY (N, SA, SX, INCX, SY, INCY) C C Example: No example available for this routine.