|
NAMESRC/cla_gercond_x.f SYNOPSISFunctions/Subroutinesreal function cla_gercond_x (trans, n, a, lda, af, ldaf,
ipiv, x, info, work, rwork)
Function/Subroutine Documentationreal function cla_gercond_x (character trans, 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_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 cla_gercond_x.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|