|  |  
 |   |   
 NAMETESTING/LIN/zsyt01.f SYNOPSISFunctions/Subroutinessubroutine zsyt01 (uplo, n, a, lda, afac, ldafac, ipiv, c,
    ldc, rwork, resid)
   Function/Subroutine Documentationsubroutine zsyt01 (character uplo, integer n, complex*16, dimension( lda, * ) a, integer lda, complex*16, dimension( ldafac, * ) afac, integer ldafac, integer, dimension( * ) ipiv, complex*16, dimension( ldc, * ) c, integer ldc, double precision, dimension( * ) rwork, double precision resid)ZSYT01 Purpose: 
 Parameters UPLO
 
 N 
 A 
 LDA 
 AFAC 
 LDAFAC 
 IPIV 
 C 
 LDC 
 RWORK 
 RESID 
 Author Univ. of Tennessee
 Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 123 of file zsyt01.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code. 
 
 |