|  |  
 |   |   
 NAMESRC/zlaqz1.f SYNOPSISFunctions/Subroutinessubroutine zlaqz1 (ilq, ilz, k, istartm, istopm, ihi, a,
    lda, b, ldb, nq, qstart, q, ldq, nz, zstart, z, ldz)
   Function/Subroutine Documentationsubroutine zlaqz1 (logical, intent(in) ilq, logical, intent(in) ilz, integer, intent(in) k, integer, intent(in) istartm, integer, intent(in) istopm, integer, intent(in) ihi, complex*16, dimension( lda, * ) a, integer, intent(in) lda, complex*16, dimension( ldb, * ) b, integer, intent(in) ldb, integer, intent(in) nq, integer, intent(in) qstart, complex*16, dimension( ldq, * ) q, integer, intent(in) ldq, integer, intent(in) nz, integer, intent(in) zstart, complex*16, dimension( ldz, * ) z, integer, intent(in) ldz)ZLAQZ1 Purpose: 
 Parameters ILQ
 
 ILZ 
 K 
 ISTARTM 
 ISTOPM 
 IHI 
 A 
 LDA 
 B 
 LDB 
 NQ 
 QSTART 
 Q 
 LDQ 
 NZ 
 ZSTART 
 Z 
 LDZ 
 Author Thijs Steel, KU Leuven Date May 2020 Definition at line 171 of file zlaqz1.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code. 
 
 |