![]() |
![]()
| ![]() |
![]()
NAMESRC/dla_syrpvgrw.f SYNOPSISFunctions/Subroutinesdouble precision function dla_syrpvgrw (uplo, n, info, a,
lda, af, ldaf, ipiv, work)
Function/Subroutine Documentationdouble precision function dla_syrpvgrw (character*1 uplo, integer n, integer info, double precision, dimension( lda, * ) a, integer lda, double precision, dimension( ldaf, * ) af, integer ldaf, integer, dimension( * ) ipiv, double precision, dimension( * ) work)DLA_SYRPVGRW computes the reciprocal pivot growth factor norm(A)/norm(U) for a symmetric indefinite matrix. Purpose:
Parameters UPLO
N
INFO
A
LDA
AF
LDAF
IPIV
WORK
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 120 of file dla_syrpvgrw.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|