zscal(l) redhat man page | unix.com

Man Page: zscal

Operating Environment: redhat

Section: l

subroutine zscal(n,za,zx,incx)
    c scales a vector by a constant.
    c jack dongarra, 3/11/78.
    c  modified  to  correct  problem  with  negative  increment,
8/21/90.
    double complex za,zx(1)
    integer i,incx,ix,n
    if(n.le.0)return
    if(incx.eq.1)go to 20
    c code for increment not equal to 1
    ix = 1
    if(incx.lt.0)ix = (-n+1)*incx + 1
    do 10 i = 1,n
    zx(ix) = za*zx(ix)
    ix = ix + incx
    10 continue
    return
    c code for increment equal to 1
    20 do 30 i = 1,n
    zx(i) = za*zx(i)
    30 continue
    return
    end
Related Man Pages
arrange(1x) - debian
ngraph(1) - debian
zlargv(3) - centos
csrot.f(3) - centos
zdrot.f(3) - centos
Similar Topics in the Unix Linux Community
Make all words begin with capital letter?
Create an unconfigured VMware host from a template that is set to do firstboot --reconfig
Retrieving previous command in a script
Tar Command
Issue with events occuring in DST window