Creates the parameters used in the rot - Givens Rotation VI.
You can use a Givens rotation to zero the input y-component. The data types you wire to the x and y inputs determine the polymorphic instance to use.
Use the pull-down menu to select an instance of this VI.
.gif)
![]() |
x is the real input x-component for the two-element vector. | ||
![]() |
y is the real input y-component for the two-element vector. | ||
![]() |
r returns the x-component after the Givens rotation. | ||
![]() |
c returns the c parameter of the Givens rotation. | ||
![]() |
s returns the s parameter of the Givens 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. | ||
![]() |
z returns the z parameter of the Givens rotation.
|
.gif)
![]() |
x is the complex input x-component for the two-element vector. | ||
![]() |
y is the complex input y-coordinate for the two-element vector. | ||
![]() |
r returns the x-coordinate after the Givens rotation. | ||
![]() |
c returns the c parameter of the Givens rotation. | ||
![]() |
s returns the s parameter of the Givens 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. | ||
![]() |
z returns the z parameter of the Givens rotation.
|
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 rotg - Givens Rotation Parameters VI.