VMS Help RTL Routines, MTH$, BLAS1$VxSWAP *Conan The Librarian (sorry for the slow response - running on an old VAX) |
The Swap the Elements of Two Vectors routine swaps n elements of the vector x with the vector y. Format BLAS1$VSSWAP n ,x ,incx ,y ,incy BLAS1$VDSWAP n ,x ,incx ,y ,incy BLAS1$VCSWAP n ,x ,incx ,y ,incy BLAS1$VZSWAP n ,x ,incx ,y ,incy Use BLAS1$VSSWAP for single-precision real operations. Use BLAS1$VDSWAP for double-precision real (D or G) operations. Use BLAS1$VCSWAP for single-precision complex operations. Use BLAS1$VZSWAP for double-precision complex (D or G) operations.
Additional Information (explode) :
|