Owning Palette: Basic Linear Algebra Subroutines VIs
Requires: Full Development System
Calculates the sum of the absolute values of elements in a vector. For complex vectors, the VI calculates the sum of the absolute values of the real and imaginary parts of elements in a vector.
Wire data to the x input to determine the polymorphic instance to use or manually select the instance.
Use the pull-down menu to select an instance of this VI.
Add to the block diagram | Find on the palette |
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. xInc must be greater than zero.
|
|||
x is a real vector. | |||
dasum is a real scalar that returns the sum of the absolute values of elements in x. | |||
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. |
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. xInc must be greater than zero.
|
|||
x is a complex vector. | |||
dzasum is a complex scalar that returns the sum of the absolute values of the real and imaginary parts of elements in x. | |||
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.