For real vectors, returns the index of the element that has the maximum absolute value. For complex vectors, the VI returns the index of the element that has the maximum sum of absolute real and imaginary parts.
The data type you wire to the x input determines the polymorphic instance to use.
Use the pull-down menu to select an instance of this VI.
.gif)
![]() |
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. | ||
![]() |
idamax returns the index of the element in x that has the maximum absolute value. | ||
![]() |
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. |
.gif)
![]() |
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. | ||
![]() |
izamax returns the index of the element in x that has the maximum sum of absolute real and imaginary parts. | ||
![]() |
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 BLAS (Basic Linear Algebra Subprograms) for more information on the BLAS functions.