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