| 
 
 NAMESRC/zla_syrcond_c.f SYNOPSISFunctions/Subroutinesdouble precision function zla_syrcond_c (uplo, n, a, lda,
    af, ldaf, ipiv, c, capply, info, work, rwork)
   Function/Subroutine Documentationdouble precision function zla_syrcond_c (character uplo, integer n, complex*16, dimension( lda, * ) a, integer lda, complex*16, dimension( ldaf, * ) af, integer ldaf, integer, dimension( * ) ipiv, double precision, dimension( * ) c, logical capply, integer info, complex*16, dimension( * ) work, double precision, dimension( * ) rwork)ZLA_SYRCOND_C computes the infinity norm condition number of op(A)*inv(diag(c)) for symmetric indefinite matrices. Purpose: 
 Parameters UPLO
 
 N 
 A 
 LDA 
 AF 
 LDAF 
 IPIV 
 C 
 CAPPLY 
 INFO 
 WORK 
 RWORK 
 Author Univ. of Tennessee
 
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 137 of file zla_syrcond_c.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code. 
 
  |