![]() |
![]()
| ![]() |
![]()
NAMESRC/zla_porcond_x.f SYNOPSISFunctions/Subroutinesdouble precision function zla_porcond_x (uplo, n, a, lda,
af, ldaf, x, info, work, rwork)
Function/Subroutine Documentationdouble precision function zla_porcond_x (character uplo, integer n, complex*16, dimension( lda, * ) a, integer lda, complex*16, dimension( ldaf, * ) af, integer ldaf, complex*16, dimension( * ) x, integer info, complex*16, dimension( * ) work, double precision, dimension( * ) rwork)ZLA_PORCOND_X computes the infinity norm condition number of op(A)*diag(x) for Hermitian positive-definite matrices. Purpose:
Parameters UPLO
N
A
LDA
AF
LDAF
X
INFO
WORK
RWORK
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 122 of file zla_porcond_x.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|