givens_matrix#

givens_matrix(a, b)[source]#

Compute the Givens rotation to zero out a row entry.

Returns a 2×2 unitary matrix G that satisfies

G(ab)=(r0)

where r is a complex number.

References

প্যারামিটার:
  • a (complex) -- A complex number representing the first row entry

  • b (complex) -- A complex number representing the second row entry

রিটার্নস:

The Givens rotation matrix.

রিটার্ন টাইপ:

ndarray