xddot.f

Go to the documentation of this file.
00001       subroutine xddot (n, dx, incx, dy, incy, retval)
00002       double precision ddot, dx(*), dy(*), retval
00003       integer n, incx, incy
00004       retval = ddot (n, dx, incx, dy, incy)
00005       return
00006       end
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines