|  |  
 |   |   
 NAMESRC/zhetrs_aa.f SYNOPSISFunctions/Subroutinessubroutine zhetrs_aa (uplo, n, nrhs, a, lda, ipiv, b, ldb,
    work, lwork, info)
   Function/Subroutine Documentationsubroutine zhetrs_aa (character uplo, integer n, integer nrhs, complex*16, dimension( lda, * ) a, integer lda, integer, dimension( * ) ipiv, complex*16, dimension( ldb, * ) b, integer ldb, complex*16, dimension( * ) work, integer lwork, integer info)ZHETRS_AA Purpose: 
 Parameters UPLO
 
 N 
 NRHS 
 A 
 LDA 
 IPIV 
 B 
 LDB 
 WORK 
 LWORK 
 INFO 
 Author Univ. of Tennessee
 Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 130 of file zhetrs_aa.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code. 
 
 |