|  |  
 |   |   
 NAMESRC/zlaqz2.f SYNOPSISFunctions/Subroutinesrecursive subroutine zlaqz2 (ilschur, ilq, ilz, n, ilo,
    ihi, nw, a, lda, b, ldb, q, ldq, z, ldz, ns, nd, alpha, beta, qc, ldqc, zc,
    ldzc, work, lwork, rwork, rec, info)
   Function/Subroutine Documentationrecursive subroutine zlaqz2 (logical, intent(in) ilschur, logical, intent(in) ilq, logical, intent(in) ilz, integer, intent(in) n, integer, intent(in) ilo, integer, intent(in) ihi, integer, intent(in) nw, complex*16, dimension( lda, * ), intent(inout) a, integer, intent(in) lda, complex*16, dimension( ldb, * ), intent(inout) b, integer, intent(in) ldb, complex*16, dimension( ldq, * ), intent(inout) q, integer, intent(in) ldq, complex*16, dimension( ldz, * ), intent(inout) z, integer, intent(in) ldz, integer, intent(out) ns, integer, intent(out) nd, complex*16, dimension( * ), intent(inout) alpha, complex*16, dimension( * ), intent(inout) beta, complex*16, dimension( ldqc, * ) qc, integer, intent(in) ldqc, complex*16, dimension( ldzc, * ) zc, integer, intent(in) ldzc, complex*16, dimension( * ) work, integer, intent(in) lwork, double precision, dimension( * ) rwork, integer, intent(in) rec, integer, intent(out) info)ZLAQZ2 Purpose: 
 Parameters ILSCHUR
 
 ILQ 
 ILZ 
 N 
 ILO 
 IHI 
 NW 
 A 
 LDA 
 B 
 LDB 
 Q 
 LDQ 
 Z 
 LDZ 
 NS 
 ND 
 ALPHA 
 BETA 
 QC 
 LDQC 
 ZC 
 LDZC 
 WORK 
 LWORK 
 RWORK 
 REC 
 INFO 
 Author Thijs Steel, KU Leuven Date May 2020 Definition at line 230 of file zlaqz2.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code. 
 
 |