xsdot.f

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