givens_rot {control} | R Documentation |
Complex Givens Rotation
Description
givens_rot
Forms the Givens rotation matrix
Usage
givens_rot(a, b)
Arguments
a |
Complex Square-matrix |
b |
complex Input-matrix |
Details
givens_rot(a, b)
returns the complex Givens rotation matrix
This function is called by ordschur
Value
Returns the complex Givens rotation matrix.
See Also
[Package control version 0.2.5 Index]