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

Go to the source code of this file.

Functions/Subroutines

double precision function dla_syrpvgrw (UPLO, N, INFO, A, LDA, AF, LDAF, IPIV, WORK)
 DLA_SYRPVGRW computes the reciprocal pivot growth factor norm(A)/norm(U) for a symmetric indefinite matrix. More...
 
dla_syrpvgrw
double precision function dla_syrpvgrw(UPLO, N, INFO, A, LDA, AF, LDAF, IPIV, WORK)
DLA_SYRPVGRW computes the reciprocal pivot growth factor norm(A)/norm(U) for a symmetric indefinite m...
Definition: dla_syrpvgrw.f:124
lsame
logical function lsame(CA, CB)
LSAME
Definition: lsame.f:55