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

NAME

6       CSCAL - CSCAL scale a vector by a constant
7

SYNOPSIS

9       SUBROUTINE CSCAL(N,CA,CX,INCX)
10
11           COMPLEX                    CA
12
13           INTEGER                    INCX,N
14
15           COMPLEX                    CX(*)
16

PURPOSE

18          CSCAL scales a vector by a constant.
19
20

FURTHER DETAILS

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