|
NAMESRC/zla_gbrcond_x.f SYNOPSISFunctions/Subroutinesdouble precision function zla_gbrcond_x (trans, n, kl, ku,
ab, ldab, afb, ldafb, ipiv, x, info, work, rwork)
Function/Subroutine Documentationdouble precision function zla_gbrcond_x (character trans, integer n, integer kl, integer ku, complex*16, dimension( ldab, * ) ab, integer ldab, complex*16, dimension( ldafb, * ) afb, integer ldafb, integer, dimension( * ) ipiv, complex*16, dimension( * ) x, integer info, complex*16, dimension( * ) work, double precision, dimension( * ) rwork)ZLA_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 152 of file zla_gbrcond_x.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|