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

NAME

6       CSCAL - 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          scales a vector by a constant.
19          jack dongarra, linpack,  3/11/78.
20          modified 3/93 to return if incx .le. 0.
21          modified 12/3/93, array(1) declarations changed to array(*)
22
23
24
25
26
27BLAS routine                     November 2006                        CSCAL(1)
Impressum