MB_DCOPY – Copies vector x to vector y
Block SymbolLicensing group: STANDARD
Function Description
The output references yX and yY are always set to the corresponding input references uX and
uY. If HLD = on then nothing is computed otherwise the BLAS function DCOPY is called
internally:
DCOPY(N, uX, INCX, uY, INCY);
where the values N, INCX and INCY are set in the following way:
- If the input then N is set to n else N is set to the current number of the vector or matrix elements CNTX referenced by uX.
- If the input then INCX is set to incx else INCX is set to .
- If the input then INCY is set to incy else INCY is set to .
The error flag E is set to on if:
- the reference uX or uY is not defined (i.e. input uX or uY is not connected),
- ,
- ,
- , where CNTY is a number of the vector or matrix elements referenced by uY.
See BLAS documentation [7] for more details.
Inputs
uX | Input reference to vector x | Reference |
uY | Input reference to vector y | Reference |
n | Number of processed vector elements | Long (I32) |
incx | Index increment of vector x | Long (I32) |
incy | Index increment of vector y | Long (I32) |
HLD | Hold | Bool |
Outputs
yX | Output reference to vector x | Reference |
yY | Output reference to vector y | Reference |
E | Error indicator | Bool |
[Previous] [Back to top] [Up] [Next]
2024 © REX Controls s.r.o., www.rexygen.com