|
NAMESRC/cla_porpvgrw.f SYNOPSISFunctions/Subroutinesreal function cla_porpvgrw (uplo, ncols, a, lda, af, ldaf,
work)
Function/Subroutine Documentationreal function cla_porpvgrw (character*1 uplo, integer ncols, complex, dimension( lda, * ) a, integer lda, complex, dimension( ldaf, * ) af, integer ldaf, real, dimension( * ) work)CLA_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 cla_porpvgrw.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|