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.


icon

Inputs/Outputs

  • ci32.png yInc

    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.

    Note If you wire a value besides 1 to yInc, the VI uses only the elements that have indexes that are multiples of the number you wire. If yInc is less than 0, the VI reverses the order of the elements in y in. yInc cannot be 0.
  • ci32.png xInc

    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.

    Note If you wire a value besides 1 to xInc, the VI uses only the elements that have indexes that are multiples of the number you wire. If xInc is less than 0, the VI reverses the order of the elements in x in. xInc cannot be 0.
  • c1ddbl.png x in

    x in is a real vector that contains the x-components of a set of two-element vectors.

  • c1ddbl.png y in

    y in is a real vector that contains the y-components of a set of two-element vectors.

  • ci32.png rotation matrix flag

    rotation matrix flag specifies the flag that determines the structure for certain elements in Rotation Matrix.

  • c2ddbl.png Rotation Matrix

    Rotation Matrix is the 2 × 2 fast Givens rotation matrix.

  • i1ddbl.png x out

    x out is a real vector that contains the x-components of the set of two-element vectors after the rotation.

  • i1ddbl.png y out

    y out is a real vector that contains the y-components of the set of two-element vectors after the rotation.

  • ii32.png error

    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.

    Examples

    Refer to the following example files included with LabVIEW.

    • labview\examples\Mathematics\Linear Algebra\QR decomposition update by Givens rotation.vi