LAPACK 3.3.1
Linear Algebra PACKage

ztgex2.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine ZTGEX2 (WANTQ, WANTZ, N, A, LDA, B, LDB, Q, LDQ, Z, LDZ, J1, INFO)

Function Documentation

subroutine 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 
)

Definition at line 1 of file ztgex2.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions