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

Go to the source code of this file.

Functions/Subroutines

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