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