LAPACK 3.12.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. | |
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. | |
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. | |
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. | |