![]() |
![]()
| ![]() |
![]()
NAMESRC/zla_syrpvgrw.f SYNOPSISFunctions/Subroutinesdouble precision function zla_syrpvgrw (uplo, n, info, a,
lda, af, ldaf, ipiv, work)
Function/Subroutine Documentationdouble precision function zla_syrpvgrw (character*1 uplo, integer n, integer info, complex*16, dimension( lda, * ) a, integer lda, complex*16, dimension( ldaf, * ) af, integer ldaf, integer, dimension( * ) ipiv, double precision, dimension( * ) work)ZLA_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 121 of file zla_syrpvgrw.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|