|  |  
 |   |   
 NAMESRC/zhetrs_rook.f SYNOPSISFunctions/Subroutinessubroutine zhetrs_rook (uplo, n, nrhs, a, lda, ipiv, b,
    ldb, info)
   Function/Subroutine Documentationsubroutine zhetrs_rook (character uplo, integer n, integer nrhs, complex*16, dimension( lda, * ) a, integer lda, integer, dimension( * ) ipiv, complex*16, dimension( ldb, * ) b, integer ldb, integer info)ZHETRS_ROOK computes the solution to a system of linear equations A * X = B for HE matrices using factorization obtained with one of the bounded diagonal pivoting methods (max 2 interchanges) Purpose: 
 Parameters UPLO
 
 N 
 NRHS 
 A 
 LDA 
 IPIV 
 B 
 LDB 
 INFO 
 Author Univ. of Tennessee
 Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Contributors: 
 Definition at line 134 of file zhetrs_rook.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code. 
 
 |