|
NAMESRC/csyconv.f SYNOPSISFunctions/Subroutinessubroutine csyconv (uplo, way, n, a, lda, ipiv, e, info)
Function/Subroutine Documentationsubroutine csyconv (character uplo, character way, integer n, complex, dimension( lda, * ) a, integer lda, integer, dimension( * ) ipiv, complex, dimension( * ) e, integer info)CSYCONV 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 csyconv.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|