![]() |
![]()
| ![]() |
![]()
NAMESRC/sla_syrpvgrw.f SYNOPSISFunctions/Subroutinesreal function sla_syrpvgrw (uplo, n, info, a, lda, af,
ldaf, ipiv, work)
Function/Subroutine Documentationreal function sla_syrpvgrw (character*1 uplo, integer n, integer info, real, dimension( lda, * ) a, integer lda, real, dimension( ldaf, * ) af, integer ldaf, integer, dimension( * ) ipiv, real, dimension( * ) work)SLA_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 sla_syrpvgrw.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|