|  |  
 |   |   
 NAMETESTING/LIN/zsyt01_rook.f SYNOPSISFunctions/Subroutinessubroutine zsyt01_rook (uplo, n, a, lda, afac, ldafac,
    ipiv, c, ldc, rwork, resid)
   Function/Subroutine Documentationsubroutine zsyt01_rook (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_ROOK 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_rook.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code. 
 
 |