|
NAMESRC/cla_gbrcond_x.f SYNOPSISFunctions/Subroutinesreal function cla_gbrcond_x (trans, n, kl, ku, ab, ldab,
afb, ldafb, ipiv, x, info, work, rwork)
Function/Subroutine Documentationreal function cla_gbrcond_x (character trans, integer n, integer kl, integer ku, complex, dimension( ldab, * ) ab, integer ldab, complex, dimension( ldafb, * ) afb, integer ldafb, integer, dimension( * ) ipiv, complex, dimension( * ) x, integer info, complex, dimension( * ) work, real, dimension( * ) rwork)CLA_GBRCOND_X computes the infinity norm condition number of op(A)*diag(x) for general banded matrices. Purpose:
Parameters TRANS
N
KL
KU
AB
LDAB
AFB
LDAFB
IPIV
X
INFO
WORK
RWORK
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 151 of file cla_gbrcond_x.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|