C----------------------------------------------------------------------- C IMSL Name: DAXPY (Double precision version) C C Purpose: Compute the scalar times a vector plus a vector, C y = ax + y, all double precision. C C Usage: CALL DAXPY (N, DA, DX, INCX, DY, INCY) C C Example: No example available for this routine.