Sha256: cb5cfd7690a1263b23063eb29e10a9ffbf6a852911da49568ca75f8d521036f5
Contents?: true
Size: 311 Bytes
Versions: 9
Compression:
Stored size: 311 Bytes
Contents
c sdotsub.f c c The program is a fortran wrapper for sdot. c Witten by Keita Teranishi. 2/11/1998 c subroutine sdotsub(n,x,incx,y,incy,dot) c external sdot real sdot integer n,incx,incy real x(*),y(*),dot c dot=sdot(n,x,incx,y,incy) return end
Version data entries
9 entries across 9 versions & 1 rubygems