Applies a Givens rotation to a set of points.

The data types you wire to x in and y in determine the polymorphic instance to use.


icon
Tip When performing a series of Givens rotation operations, consider using the fast Givens rotation instead of the Givens Rotation for better performance. You also can use the fast Givens rotation to compute the QR Decomposition.

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