|
NAMESRC/cla_hercond_c.f SYNOPSISFunctions/Subroutinesreal function cla_hercond_c (uplo, n, a, lda, af, ldaf,
ipiv, c, capply, info, work, rwork)
Function/Subroutine Documentationreal function cla_hercond_c (character uplo, integer n, complex, dimension( lda, * ) a, integer lda, complex, dimension( ldaf, * ) af, integer ldaf, integer, dimension( * ) ipiv, real, dimension ( * ) c, logical capply, integer info, complex, dimension( * ) work, real, dimension( * ) rwork)CLA_HERCOND_C computes the infinity norm condition number of op(A)*inv(diag(c)) for Hermitian indefinite matrices. Purpose:
Parameters UPLO
N
A
LDA
AF
LDAF
IPIV
C
CAPPLY
INFO
WORK
RWORK
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 136 of file cla_hercond_c.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|