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

Go to the source code of this file.

Functions/Subroutines

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. More...
 
cla_syrpvgrw
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 m...
Definition: cla_syrpvgrw.f:125
lsame
logical function lsame(CA, CB)
LSAME
Definition: lsame.f:55