|  |  
 |   |   
 NAMETESTING/LIN/zsyt03.f SYNOPSISFunctions/Subroutinessubroutine zsyt03 (uplo, n, a, lda, ainv, ldainv, work,
    ldwork, rwork, rcond, resid)
   Function/Subroutine Documentationsubroutine zsyt03 (character uplo, integer n, complex*16, dimension( lda, * ) a, integer lda, complex*16, dimension( ldainv, * ) ainv, integer ldainv, complex*16, dimension( ldwork, * ) work, integer ldwork, double precision, dimension( * ) rwork, double precision rcond, double precision resid)ZSYT03 Purpose: 
 Parameters UPLO
 
 N 
 A 
 LDA 
 AINV 
 LDAINV 
 WORK 
 LDWORK 
 RWORK 
 RCOND 
 RESID 
 Author Univ. of Tennessee
 Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 124 of file zsyt03.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code. 
 
 |