Learn R Programming

control (version 0.2.5)

givens_rot: 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

Value

Returns the complex Givens rotation matrix.

Details

givens_rot(a, b) returns the complex Givens rotation matrix This function is called by ordschur

See Also

ordschur