|  |  
 |   |   
 NAMESRC/zlaqz3.f SYNOPSISFunctions/Subroutinessubroutine zlaqz3 (ilschur, ilq, ilz, n, ilo, ihi, nshifts,
    nblock_desired, alpha, beta, a, lda, b, ldb, q, ldq, z, ldz, qc, ldqc, zc,
    ldzc, work, lwork, info)
   Function/Subroutine Documentationsubroutine zlaqz3 (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) nshifts, integer, intent(in) nblock_desired, complex*16, dimension( * ), intent(inout) alpha, complex*16, dimension( * ), intent(inout) beta, 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, complex*16, dimension( ldqc, * ), intent(inout) qc, integer, intent(in) ldqc, complex*16, dimension( ldzc, * ), intent(inout) zc, integer, intent(in) ldzc, complex*16, dimension( * ), intent(inout) work, integer, intent(in) lwork, integer, intent(out) info)ZLAQZ3 Purpose: 
 Parameters ILSCHUR
 
 ILQ 
 ILZ 
 N 
 ILO 
 IHI 
 NSHIFTS 
 NBLOCK_DESIRED 
 ALPHA 
 BETA 
 A 
 LDA 
 B 
 LDB 
 Q 
 LDQ 
 Z 
 LDZ 
 QC 
 LDQC 
 ZC 
 LDZC 
 WORK 
 LWORK 
 INFO 
 Author Thijs Steel, KU Leuven Date May 2020 Definition at line 204 of file zlaqz3.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code. 
 
 |