|
NAMESRC/zsyconv.f SYNOPSISFunctions/Subroutinessubroutine zsyconv (uplo, way, n, a, lda, ipiv, e, info)
Function/Subroutine Documentationsubroutine zsyconv (character uplo, character way, integer n, complex*16, dimension( lda, * ) a, integer lda, integer, dimension( * ) ipiv, complex*16, dimension( * ) e, integer info)ZSYCONV Purpose:
Parameters UPLO
WAY
N
A
LDA
IPIV
E
INFO
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 113 of file zsyconv.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|