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