Complex Givens Rotation
givens_rot
Forms the Givens rotation matrix
givens_rot(a, b)
a
: Complex Square-matrixb
: complex Input-matrixReturns the complex Givens rotation matrix.
givens_rot(a, b)
returns the complex Givens rotation matrix This function is called by ordschur
ordschur
Useful links