![]() |
![]()
| ![]() |
![]()
NAMESRC/dla_gbrcond.f SYNOPSISFunctions/Subroutinesdouble precision function dla_gbrcond (trans, n, kl, ku,
ab, ldab, afb, ldafb, ipiv, cmode, c, info, work, iwork)
Function/Subroutine Documentationdouble precision function dla_gbrcond (character trans, integer n, integer kl, integer ku, double precision, dimension( ldab, * ) ab, integer ldab, double precision, dimension( ldafb, * ) afb, integer ldafb, integer, dimension( * ) ipiv, integer cmode, double precision, dimension( * ) c, integer info, double precision, dimension( * ) work, integer, dimension( * ) iwork)DLA_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 167 of file dla_gbrcond.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|