|
NAMESRC/zla_hercond_x.f SYNOPSISFunctions/Subroutinesdouble precision function zla_hercond_x (uplo, n, a, lda,
af, ldaf, ipiv, x, info, work, rwork)
Function/Subroutine Documentationdouble precision function zla_hercond_x (character uplo, integer n, complex*16, dimension( lda, * ) a, integer lda, complex*16, dimension( ldaf, * ) af, integer ldaf, integer, dimension( * ) ipiv, complex*16, dimension( * ) x, integer info, complex*16, dimension( * ) work, double precision, dimension( * ) rwork)ZLA_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 130 of file zla_hercond_x.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|