zrotg - Givens Rotation Parameters (CDB) VI
- Updated2025-07-30
- 2 minute(s) read
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.

Inputs/Outputs
x
—
x is the complex input x-component for the two-element vector.
y
—
y is the complex input y-coordinate for the two-element vector.
r
—
r returns the x-coordinate after the Givens rotation.
c
—
c returns the c parameter of the Givens rotation.
s
—
s returns the s parameter of the Givens rotation.
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.
z
—
z returns the z parameter of the Givens rotation. Note You can use z to reconstruct Givens rotation parameters c and s.
|
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
x
—
r
—
c
—
error
—