LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
Loading...
Searching...
No Matches
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.
 
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.
 
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.
 
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.
 
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.
 
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.
 

Detailed Description