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