Example program for dtgsja
This example finds the generalized singular value decomposition
A
=
U
Σ
1
0
R
Q
T
,
B
=
V
Σ
2
0
R
Q
T
,
of the matrix pair
A
,
B
, where
A
=
1
2
3
3
2
1
4
5
6
7
8
8
and
B
=
-
2
-
3
3
4
6
5
.
f90 source code
Input data file
Expected results