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