LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
la_gercond: Skeel condition number estimate
Collaboration diagram for la_gercond: Skeel condition number estimate:

Functions

real function cla_gercond_c (TRANS, N, A, LDA, AF, LDAF, IPIV, C, CAPPLY, INFO, WORK, RWORK)
 CLA_GERCOND_C computes the infinity norm condition number of op(A)*inv(diag(c)) for general matrices. More...
 
real function cla_gercond_x (TRANS, N, A, LDA, AF, LDAF, IPIV, X, INFO, WORK, RWORK)
 CLA_GERCOND_X computes the infinity norm condition number of op(A)*diag(x) for general matrices. More...
 
double precision function dla_gercond (TRANS, N, A, LDA, AF, LDAF, IPIV, CMODE, C, INFO, WORK, IWORK)
 DLA_GERCOND estimates the Skeel condition number for a general matrix. More...
 
real function sla_gercond (TRANS, N, A, LDA, AF, LDAF, IPIV, CMODE, C, INFO, WORK, IWORK)
 SLA_GERCOND estimates the Skeel condition number for a general matrix. More...
 
double precision function zla_gercond_c (TRANS, N, A, LDA, AF, LDAF, IPIV, C, CAPPLY, INFO, WORK, RWORK)
 ZLA_GERCOND_C computes the infinity norm condition number of op(A)*inv(diag(c)) for general matrices. More...
 
double precision function zla_gercond_x (TRANS, N, A, LDA, AF, LDAF, IPIV, X, INFO, WORK, RWORK)
 ZLA_GERCOND_X computes the infinity norm condition number of op(A)*diag(x) for general matrices. More...
 

Detailed Description