Previous: sinh Up: ../plot79_s.html Next: sswap


SSCAL

       SUBROUTINE  SSCAL(N,SA,SX,INCX)
 C$    (BLAS - Scale Vector)
 C$
 C$    Scales a vector by a constant.
 C$    Uses unrolled loops for increment equal to 1.
 C$    Jack Dongarra, LINPACK, 3/11/78.
 C$
 C$    (03-APR-82)