|  |  
 |   |   
 NAMETESTING/EIG/zbdt05.f SYNOPSISFunctions/Subroutinessubroutine zbdt05 (m, n, a, lda, s, ns, u, ldu, vt, ldvt,
    work, resid)
   Function/Subroutine Documentationsubroutine zbdt05 (integer m, integer n, complex*16, dimension( lda, * ) a, integer lda, double precision, dimension( * ) s, integer ns, complex*16, dimension( * ) u, integer ldu, complex*16, dimension( ldvt, * ) vt, integer ldvt, complex*16, dimension( * ) work, double precision resid)ZBDT05 Purpose: 
 Parameters M
 
 N 
 A 
 LDA 
 S 
 NS 
 U 
 LDU 
 VT 
 LDVT 
 WORK 
 RESID 
 Author Univ. of Tennessee
 Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 123 of file zbdt05.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code. 
 
 |