LAPACK  3.11.0
LAPACK: Linear Algebra PACKage

Functions

real function cla_porpvgrw (UPLO, NCOLS, A, LDA, AF, LDAF, WORK)
 CLA_PORPVGRW computes the reciprocal pivot growth factor norm(A)/norm(U) for a symmetric or Hermitian positive-definite matrix. More...
 
double precision function dla_porpvgrw (UPLO, NCOLS, A, LDA, AF, LDAF, WORK)
 DLA_PORPVGRW computes the reciprocal pivot growth factor norm(A)/norm(U) for a symmetric or Hermitian positive-definite matrix. More...
 
real function sla_porpvgrw (UPLO, NCOLS, A, LDA, AF, LDAF, WORK)
 SLA_PORPVGRW computes the reciprocal pivot growth factor norm(A)/norm(U) for a symmetric or Hermitian positive-definite matrix. More...
 
double precision function zla_porpvgrw (UPLO, NCOLS, A, LDA, AF, LDAF, WORK)
 ZLA_PORPVGRW computes the reciprocal pivot growth factor norm(A)/norm(U) for a symmetric or Hermitian positive-definite matrix. More...
 

Detailed Description