Last: syslog Up: ../plot79_s.html Next: sdot
SUBROUTINE SAXPY (N,SA,SX,INCX,SY,INCY) C$ (BLAS - SAXPY) C$ Constant times a vector plus a vector. C$ Uses unrolled loop for increments equal to one. C$ Jack Dongarra, LINPACK, 3/11/78. C$ (03-APR-82)