*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->IRIX man pages -> libblas/swap (3)              
Title
Content
Arch
Section
 

Contents


_SWAP(3F)							     _SWAP(3F)


NAME    [Toc]    [Back]

     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    [Toc]    [Back]

     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    [Toc]    [Back]

     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    [Toc]    [Back]

	  Jack Dongarra, linpack, 3/11/78.


									PPPPaaaaggggeeee 1111
[ Back ]
 Similar pages
Name OS Title
axpy IRIX BLAS level ONE axpy subroutines FORTRAN 77 SYNOPSIS subroutine daxpy( n, a, x, incx, y, incy ) integer incx, i
copy IRIX BLAS level ONE copy subroutines FORTRAN 77 SYNOPSIS subroutine dcopy( n, dx, incx, dy, incy ) integer incx, in
scal IRIX BLAS level ONE scaling subroutines FORTRAN 77 SYNOPSIS subroutine dscal( n, a, x, incx ) integer incx, n doubl
ger IRIX BLAS Level Two Rank 1 Operation FORTRAN 77 SYNOPSIS subroutine dger( m, n, alpha, x, incx, y, incy, a, lda ) i
dot IRIX BLAS level ONE, dot product functions FORTRAN 77 SYNOPSIS double precision ddot( n, x, incx, y, incy ) integer
rotm IRIX BLAS Level-1. Applies a modified Givens rotation. FORTRAN SYNOPSIS subroutine drotm( n, x, incx, y, incy, para
asum IRIX BLAS level ONE L1 norm functions. FORTRAN 77 SYNOPSIS double precision dasum( n, x, incx ) integer incx, n dou
amax IRIX BLAS Maximum index functions FORTRAN 77 SYNOPSIS integer function idamax( n, x, incx ) integer incx, n double
gbmv IRIX BLAS Level Two Matrix-Vector Product FORTRAN 77 SYNOPSIS subroutine dgbmv( trans,m,n,kl,ku,alpha,a,lda,x,incx,
gemv IRIX BLAS Level Two Matrix-Vector Product FORTRAN 77 SYNOPSIS subroutine dgemv( trans,m,n,alpha,a,lda,x,incx,beta,y
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service