Rotates a set of two-element vectors based on the original x-components and y-components and on the Rotation Matrix and related parameters that the drotmg - Fast Givens Rotation Parameters VI calculates.
.gif)
![]() |
yInc determines whether the VI skips elements in y in. The default is 1, meaning the VI does not skip any elements in y in.
|
||
![]() |
xInc determines whether the VI skips elements in x in. The default is 1, meaning the VI does not skip any elements in x in.
|
||
![]() |
x in is a real vector that contains the x-components of a set of two-element vectors. | ||
![]() |
y in is a real vector that contains the y-components of a set of two-element vectors. | ||
![]() |
rotation matrix flag specifies the flag that determines the structure for certain elements in Rotation Matrix. | ||
![]() |
Rotation Matrix is the 2 × 2 fast Givens rotation matrix. | ||
![]() |
x out is a real vector that contains the x-components of the set of two-element vectors after the rotation. | ||
![]() |
y out is a real vector that contains the y-components of the set of two-element vectors after the rotation. | ||
![]() |
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.
Refer to the QR decomposition update by Givens rotation VI in the labview\examples\math\matrices.llb for an example of using the drotm - Fast Givens Rotation (DBL) VI.