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

NAME

6       CSSCAL - a complex vector by a real constant
7

SYNOPSIS

9       SUBROUTINE CSSCAL(N,SA,CX,INCX)
10
11           REAL                        SA
12
13           INTEGER                     INCX,N
14
15           COMPLEX                     CX(*)
16

PURPOSE

18          scales a complex vector by a real 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                       CSSCAL(1)
Impressum