For this routine two examples are presented. Both illustrate how the reduction to bidiagonal form of a matrix may be preceded by a or factorization of .
In the first example,
, and
The routine first performs a
factorization of
as
and then reduces the factor
to bidiagonal form
:
. Finally it forms
and calls
zunmbr to form
.
In the second example,
, and
The routine first performs an
factorization of
as
and then reduces the factor
to bidiagonal form
:
. Finally it forms
and calls
zunmbr to form
.