|  |  
 |   |   
 NAMETESTING/EIG/zbdt03.f SYNOPSISFunctions/Subroutinessubroutine zbdt03 (uplo, n, kd, d, e, u, ldu, s, vt, ldvt,
    work, resid)
   Function/Subroutine Documentationsubroutine zbdt03 (character uplo, integer n, integer kd, double precision, dimension( * ) d, double precision, dimension( * ) e, complex*16, dimension( ldu, * ) u, integer ldu, double precision, dimension( * ) s, complex*16, dimension( ldvt, * ) vt, integer ldvt, complex*16, dimension( * ) work, double precision resid)ZBDT03 Purpose: 
 Parameters UPLO
 
 N 
 KD 
 D 
 E 
 U 
 LDU 
 S 
 VT 
 LDVT 
 WORK 
 RESID 
 Author Univ. of Tennessee
 Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 133 of file zbdt03.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code. 
 
 |