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