Owning Palette: Basic Linear Algebra Subroutines VIs
Requires: Full Development System
Replaces elements in y with elements in x.
The data types you wire to x and y determine the polymorphic instance to use.
Use the pull-down menu to select an instance of this VI.
Add to the block diagram | Find on the palette |
yInc determines whether the VI skips elements in y for the calculation. The default is 1, meaning the VI does not skip any elements in y. yInc is an optional input.
|
|||
xInc determines whether the VI skips elements in x for the calculation. The default is 1, meaning the VI does not skip any elements in x. xInc is an optional input.
|
|||
x is the real source vector. | |||
y is a real vector that supplies the default values for dcopy. The default is a vector with all elements equal to 0. | |||
dcopy is a real vector of the same size as y. dcopy returns the result from copying elements of x to y. | |||
error returns any error or warning from the VI. You can wire error to the Error Cluster From Error Code VI to convert the error code or warning into an error cluster. |
yInc determines whether the VI skips elements in y for the calculation. The default is 1, meaning the VI does not skip any elements in y. yInc is an optional input.
|
|||
xInc determines whether the VI skips elements in x for the calculation. The default is 1, meaning the VI does not skip any elements in x. xInc is an optional input.
|
|||
x is the complex source vector. | |||
y is a complex vector that supplies the default values for dcopy. The default is a vector with all elements equal to 0. | |||
zcopy is a real vector of the same size as y. zcopy returns the result from copying elements of x to y. | |||
error returns any error or warning from the VI. You can wire error to the Error Cluster From Error Code VI to convert the error code or warning into an error cluster. |
Refer to the BLAS (Basic Linear Algebra Subprograms) website at netlib.org for more information on BLAS functions.