![]() |
![]()
| ![]() |
![]()
NAMEswap - swap: x <=> y SYNOPSISFunctionssubroutine cswap (n, cx, incx, cy, incy)
Detailed DescriptionFunction Documentationsubroutine cswap (integer n, complex, dimension(*) cx, integer incx, complex, dimension(*) cy, integer incy)CSWAP Purpose:
Parameters N
CX
INCX
CY
INCY
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Further Details:
Definition at line 80 of file cswap.f. subroutine dswap (integer n, double precision, dimension(*) dx, integer incx, double precision, dimension(*) dy, integer incy)DSWAP Purpose:
Parameters N
DX
INCX
DY
INCY
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Further Details:
Definition at line 81 of file dswap.f. subroutine sswap (integer n, real, dimension(*) sx, integer incx, real, dimension(*) sy, integer incy)SSWAP Purpose:
Parameters N
SX
INCX
SY
INCY
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Further Details:
Definition at line 81 of file sswap.f. subroutine zswap (integer n, complex*16, dimension(*) zx, integer incx, complex*16, dimension(*) zy, integer incy)ZSWAP Purpose:
Parameters N
ZX
INCX
ZY
INCY
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Further Details:
Definition at line 80 of file zswap.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|