![]() |
![]()
| ![]() |
![]()
NAMESRC/zla_gercond_x.f SYNOPSISFunctions/Subroutinesdouble precision function zla_gercond_x (trans, n, a, lda,
af, ldaf, ipiv, x, info, work, rwork)
Function/Subroutine Documentationdouble precision function zla_gercond_x (character trans, 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_GERCOND_X computes the infinity norm condition number of op(A)*diag(x) for general matrices. Purpose:
Parameters TRANS
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 133 of file zla_gercond_x.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|