cscal man page on IRIX

Man page or keyword search:  
man Server   31559 pages
apropos Keyword Search (all sections)
Output format
IRIX logo
[printable version]



_SCAL(3F)							     _SCAL(3F)

NAME
     dscal, sscal, zscal, cscal, zdscal, csscal - BLAS level ONE scaling
     subroutines

FORTRAN 77 SYNOPSIS
     subroutine dscal( n, a, x, incx )
     integer	       incx, n
     double precision  a
     double precision  x( 1 )

     subroutine sscal( n, a, x, incx )
     integer	       incx, n
     real	       a
     real	       x( 1 )

     subroutine zscal( n, a, x, incx )
     integer	       incx, n
     complex*16	       a
     complex*16	       x( 1 )

     subroutine cscal( n, a, x, incx )
     integer	       incx, n
     complex	       a
     complex	       x( 1 )

     subroutine zdscal( n, a, x, incx )
     integer		incx, n
     double precision	a
     complex*16		x( 1 )

     subroutine csscal( n, a, x, incx )
     integer		incx, n
     real		a
     complex		x( 1 )

C SYNOPSIS
     void dscal( n, a, x, incx )
     Integer	       incx, n;
     double	       a;
     double	       (*x)[ n ];

     void scal( n, a, x, incx )
     Integer	       incx, n;
     float	       a;
     float	       (*x)[ n ];

     void zscal( n, a, x, incx )
     Integer	       incx, n;
     Complex	       a;
     Complex	       (*x)[ n ];

									Page 1

_SCAL(3F)							     _SCAL(3F)

     void cscal( n, a, x, incx )
     Integer	       incx, n;
     Complex	       a;
     Complex	       (*x)[ n ];

     void zdscal( n, a, x, incx )
     Integer	       incx, n;
     double	       a;
     Complex	       (*x)[ n ];

     void csscal( n, a, x, incx )
     Integer	       incx, n;
     float	       a;
     Complex	       (*x)[ n ];

DESCRIPTION
     dscal, sscal, zscal, cscal, zdscal, and csscal scale the vector x of
     length n and increment incx by the constant a.

     For dscal, sscal, zscal and cscal the constant a is of the same type as
     the vector x.  zdscal and csscal scale a "complex" vector by "real"
     constant.

AUTHORS
	  Jack Dongarra, linpack, 3/11/78.

									Page 2

[top]

List of man pages available for IRIX

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net