dcopy man page on IRIX

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



_COPY(3F)							     _COPY(3F)

NAME
     dcopy, scopy, zcopy, ccopy - BLAS level ONE copy subroutines

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

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

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

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

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

     void scopy( n, sx, incx, sy, incy )
     Integer	       incx, incy, n;
     float	       (*sx)[ n ], (*sy)[ n ];

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

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

DESCRIPTION
     dcopy, scopy, zcopy and ccopy copy a vector x, whose length is n to a
     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