table of contents
CSCAL(1) | BLAS routine | CSCAL(1) |
NAME¶
CSCAL - CSCAL scale a vector by a constant
SYNOPSIS¶
COMPLEX CA INTEGER INCX,N COMPLEX CX(*)
PURPOSE¶
CSCAL scales a vector by a constant.
FURTHER DETAILS¶
jack dongarra, linpack, 3/11/78.
modified 3/93 to return if incx .le. 0.
modified 12/3/93, array(1) declarations changed to array(*)
November 2008 | BLAS routine |