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