dswap man page on IRIX

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



_SWAP(3F)							     _SWAP(3F)

NAME
     dswap, sswap, zswap, cswap - BLAS level ONE swap subroutines

FORTRAN 77 SYNOPSIS
     subroutine dswap( n, dx, incx, dy, incy )
     integer	       incx, incy, n
     double precision  dx( 1 ), dy( 1 )

     subroutine sswap( n, sx, incx, sy, incy )
     integer	       incx, incy, n
     real	       sx( 1 ), sy( 1 )

     subroutine zswap( n, zx, incx, zy, incy )
     integer	       incx, incy, n
     complex*16	       zx( 1 ), zy( 1 )

     subroutine cswap( n, cx, incx, cy, incy )
     integer	       incx, incy, n
     complex	       cx( 1 ), cy( 1 )

C SYNOPSIS
     void dswap( n, zx, incx, zy, incy )
     Integer	       incx, incy, n
     double	       (*dx)[ n ], (*dy)[ n ];

     void sswap( n, zx, incx, zy, incy )
     Integer	       incx, incy, n
     float	       (*sx)[ n ], (*sy)[ n ];

     void zswap( n, zx, incx, zy, incy )
     Integer	       incx, incy, n
     Zomplex	       (*zx)[ n ], (*zy)[ n ];

     void cswap( n, cx, incx, cy, incy )
     Integer	       incx, incy, n
     Complex	       (*cx)[ n ], (*cy)[ n ];

DESCRIPTION
     dswap, sswap, zswap and cswap interchange n values of vector x and vector
     y.	 incx and incy specify the increment between two consecutive elements
     of respectively vector x and y.

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

									Page 1

[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