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