F06CHF applies a complex similarity rotation having real cosine and complex sine to a by complex Hermitian matrix.
F06CHF applies a complex similarity rotation, with parameters
(real) and
(complex), to a given
by
complex Hermitian matrix; that is, it performs the operation:
where
and
are real.
The parameter
X and
Z which hold
and
are declared
complex
for convenience when using the routine to operate on submatrices of larger Hermitian matrices.
Note that:
where
, so to use F06CHF
when
is the
element of the matrix, you can make the call
CALL F06CHF(Z, Y, X, C, -CONJG(S))
None.
None.
Not applicable.
None.
None.