LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
Loading...
Searching...
No Matches
Collaboration diagram for la_herpvgrw: reciprocal pivot growth:

Functions

real function cla_herpvgrw (uplo, n, info, a, lda, af, ldaf, ipiv, work)
 CLA_HERPVGRW
 
real function cla_syrpvgrw (uplo, n, info, a, lda, af, ldaf, ipiv, work)
 CLA_SYRPVGRW computes the reciprocal pivot growth factor norm(A)/norm(U) for a symmetric indefinite matrix.
 
double precision function dla_syrpvgrw (uplo, n, info, a, lda, af, ldaf, ipiv, work)
 DLA_SYRPVGRW computes the reciprocal pivot growth factor norm(A)/norm(U) for a symmetric indefinite matrix.
 
real function sla_syrpvgrw (uplo, n, info, a, lda, af, ldaf, ipiv, work)
 SLA_SYRPVGRW computes the reciprocal pivot growth factor norm(A)/norm(U) for a symmetric indefinite matrix.
 
double precision function zla_herpvgrw (uplo, n, info, a, lda, af, ldaf, ipiv, work)
 ZLA_HERPVGRW
 
double precision function zla_syrpvgrw (uplo, n, info, a, lda, af, ldaf, ipiv, work)
 ZLA_SYRPVGRW computes the reciprocal pivot growth factor norm(A)/norm(U) for a symmetric indefinite matrix.
 

Detailed Description