f06tqf performs the factorization
where
and
are
by
complex upper triangular matrices,
is an
-element complex vector,
is a complex scalar, and
is a complex unitary matrix. If
has real diagonal elements, then so does
.
is formed as a sequence of plane rotations
where
is a rotation in the
plane, chosen to annihilate
.
None.
- 1: – IntegerInput
-
On entry: , the order of the matrices and .
Constraint:
.
- 2: – Complex (Kind=nag_wp)Input
-
On entry: the scalar .
- 3: – Complex (Kind=nag_wp) arrayInput/Output
-
Note: the dimension of the array
x
must be at least
.
On entry: the
-element vector
.
must be stored in
, for
.
Intermediate elements of
x are not referenced.
On exit: the referenced elements are overwritten by details of the sequence of plane rotations.
- 4: – IntegerInput
-
On entry: the increment in the subscripts of
x between successive elements of
.
Constraint:
.
- 5: – Complex (Kind=nag_wp) arrayInput/Output
-
Note: the second dimension of the array
a
must be at least
.
On entry: the by upper triangular matrix .
On exit: the upper triangular matrix .
- 6: – IntegerInput
-
On entry: the first dimension of the array
a as declared in the (sub)program from which
f06tqf is called.
Constraint:
.
- 7: – Real (Kind=nag_wp) arrayOutput
-
On exit: the values
, the cosines of the rotations , for .
- 8: – Complex (Kind=nag_wp) arrayOutput
-
On exit: the values
, the sines of the rotations , for .
None.
Not applicable.
None.
None.