/sys$common/syshlp/helplib.hlb RTL Routines, MTH$, BLAS1$VxCOPY *Conan The Librarian (sorry for the slow response - running on an old VAX) |
The Copy a Vector routine copies n elements of the vector x to the vector y. Format BLAS1$VSCOPY n ,x ,incx ,y ,incy BLAS1$VDCOPY n ,x ,incx ,y ,incy BLAS1$VCCOPY n ,x ,incx ,y ,incy BLAS1$VZCOPY n ,x ,incx ,y ,incy Use BLAS1$VSCOPY for single-precision real operations. Use BLAS1$VDCOPY for double-precision real (D or G) operations. Use BLAS1$VCCOPY for single-precision complex operations. Use BLAS1$VZCOPY for double-precision complex (D or G) operations.
Additional Information (explode) :
|