C----------------------------------------------------------------------- C IMSL Name: DDOT (Double precision version) C C Purpose: Compute the double-precision dot product x*y. C C Usage: DDOT(N, DX, INCX, DY, INCY) C C Example: No example available for this routine.