1SSCAL(1)                         BLAS routine                         SSCAL(1)
2
3
4

NAME

6       SSCAL - scales a vector by a constant
7

SYNOPSIS

9       SUBROUTINE SSCAL(N,SA,SX,INCX)
10
11           REAL                       SA
12
13           INTEGER                    INCX,N
14
15           REAL                       SX(*)
16

PURPOSE

18          scales a vector by a constant.
19          uses unrolled loops for increment equal to 1.
20
21

FURTHER DETAILS

23          jack dongarra, linpack, 3/11/78.
24          modified 3/93 to return if incx .le. 0.
25          modified 12/3/93, array(1) declarations changed to array(*)
26
27
28
29
30BLAS routine                     November 2008                        SSCAL(1)
Impressum