![]() |
![]()
| ![]() |
![]()
NAMESRC/sla_gbrcond.f SYNOPSISFunctions/Subroutinesreal function sla_gbrcond (trans, n, kl, ku, ab, ldab, afb,
ldafb, ipiv, cmode, c, info, work, iwork)
Function/Subroutine Documentationreal function sla_gbrcond (character trans, integer n, integer kl, integer ku, real, dimension( ldab, * ) ab, integer ldab, real, dimension( ldafb, * ) afb, integer ldafb, integer, dimension( * ) ipiv, integer cmode, real, dimension( * ) c, integer info, real, dimension( * ) work, integer, dimension( * ) iwork)SLA_GBRCOND estimates the Skeel condition number for a general banded matrix. Purpose:
Parameters TRANS
N
KL
KU
AB
LDAB
AFB
LDAFB
IPIV
CMODE
C
INFO
WORK
IWORK
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 166 of file sla_gbrcond.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|