LAPACK  3.9.0
LAPACK: Linear Algebra PACKage
cla_porpvgrw.f File Reference

Go to the source code of this file.

Functions/Subroutines

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...
 
cla_porpvgrw
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...
Definition: cla_porpvgrw.f:107
lsame
logical function lsame(CA, CB)
LSAME
Definition: lsame.f:55