|
NAMESRC/zhecon_rook.f SYNOPSISFunctions/Subroutinessubroutine zhecon_rook (uplo, n, a, lda, ipiv, anorm,
rcond, work, info)
Function/Subroutine Documentationsubroutine zhecon_rook (character uplo, integer n, complex*16, dimension( lda, * ) a, integer lda, integer, dimension( * ) ipiv, double precision anorm, double precision rcond, complex*16, dimension( * ) work, integer info)ZHECON_ROOK estimates the reciprocal of the condition number fort HE matrices using factorization obtained with one of the bounded diagonal pivoting methods (max 2 interchanges) Purpose:
Parameters UPLO
N
A
LDA
IPIV
ANORM
RCOND
WORK
INFO
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Contributors:
Definition at line 137 of file zhecon_rook.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|