![]() |
![]()
| ![]() |
![]()
NAMESRC/sla_porpvgrw.f SYNOPSISFunctions/Subroutinesreal function sla_porpvgrw (uplo, ncols, a, lda, af, ldaf,
work)
Function/Subroutine Documentationreal function sla_porpvgrw (character*1 uplo, integer ncols, real, dimension( lda, * ) a, integer lda, real, dimension( ldaf, * ) af, integer ldaf, real, dimension( * ) work)SLA_PORPVGRW computes the reciprocal pivot growth factor norm(A)/norm(U) for a symmetric or Hermitian positive-definite matrix. Purpose:
Parameters UPLO
NCOLS
A
LDA
AF
LDAF
WORK
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 103 of file sla_porpvgrw.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|