![]() |
![]()
| ![]() |
![]()
NAMESRC/ztgex2.f SYNOPSISFunctions/Subroutinessubroutine ztgex2 (wantq, wantz, n, a, lda, b, ldb, q, ldq,
z, ldz, j1, info)
Function/Subroutine Documentationsubroutine ztgex2 (logical wantq, logical wantz, integer n, complex*16, dimension( lda, * ) a, integer lda, complex*16, dimension( ldb, * ) b, integer ldb, complex*16, dimension( ldq, * ) q, integer ldq, complex*16, dimension( ldz, * ) z, integer ldz, integer j1, integer info)ZTGEX2 swaps adjacent diagonal blocks in an upper (quasi) triangular matrix pair by an unitary equivalence transformation. Purpose:
Parameters WANTQ
WANTZ
N
A
LDA
B
LDB
Q
LDQ
Z
LDZ
J1
INFO
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Further Details: In the current code both weak and strong stability tests
are performed. The user can omit the strong stability test by changing the
internal logical parameter WANDS to .FALSE.. See ref. [2] for details.
Contributors: Bo Kagstrom and Peter Poromaa, Department of Computing
Science, Umea University, S-901 87 Umea, Sweden.
References: [1] B. Kagstrom; A Direct Method for Reordering
Eigenvalues in the Generalized Real Schur Form of a Regular Matrix Pair (A,
B), in M.S. Moonen et al (eds), Linear Algebra for Large Scale and Real-Time
Applications, Kluwer Academic Publ. 1993, pp 195-218.
[2] B. Kagstrom and P. Poromaa; Computing Eigenspaces with Specified Eigenvalues of a Regular Matrix Pair (A, B) and Condition Estimation: Theory, Algorithms and Software, Report UMINF-94.04, Department of Computing Science, Umea University, S-901 87 Umea, Sweden, 1994. Also as LAPACK Working Note 87. To appear in Numerical Algorithms, 1996. Definition at line 188 of file ztgex2.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|