|
NAMESRC/chetri_rook.f SYNOPSISFunctions/Subroutinessubroutine chetri_rook (uplo, n, a, lda, ipiv, work, info)
Function/Subroutine Documentationsubroutine chetri_rook (character uplo, integer n, complex, dimension( lda, * ) a, integer lda, integer, dimension( * ) ipiv, complex, dimension( * ) work, integer info)CHETRI_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 chetri_rook.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|