|  |  
 |   |   
 NAMETESTING/LIN/ztpt01.f SYNOPSISFunctions/Subroutinessubroutine ztpt01 (uplo, diag, n, ap, ainvp, rcond, rwork,
    resid)
   Function/Subroutine Documentationsubroutine ztpt01 (character uplo, character diag, integer n, complex*16, dimension( * ) ap, complex*16, dimension( * ) ainvp, double precision rcond, double precision, dimension( * ) rwork, double precision resid)ZTPT01 Purpose: 
 Parameters UPLO
 
 DIAG 
 N 
 AP 
 AINVP 
 RCOND 
 RWORK 
 RESID 
 Author Univ. of Tennessee
 Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 108 of file ztpt01.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code. 
 
 |