|
NAMESRC/zhetri_rook.f SYNOPSISFunctions/Subroutinessubroutine zhetri_rook (uplo, n, a, lda, ipiv, work, info)
Function/Subroutine Documentationsubroutine zhetri_rook (character uplo, integer n, complex*16, dimension( lda, * ) a, integer lda, integer, dimension( * ) ipiv, complex*16, dimension( * ) work, integer info)ZHETRI_ROOK computes the inverse of HE matrix using the factorization obtained with the bounded Bunch-Kaufman ('rook') diagonal pivoting method. Purpose:
Parameters UPLO
N
A
LDA
IPIV
WORK
INFO
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Contributors:
Definition at line 127 of file zhetri_rook.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|