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