|
NAMESRC/csytri2x.f SYNOPSISFunctions/Subroutinessubroutine csytri2x (uplo, n, a, lda, ipiv, work, nb, info)
Function/Subroutine Documentationsubroutine csytri2x (character uplo, integer n, complex, dimension( lda, * ) a, integer lda, integer, dimension( * ) ipiv, complex, dimension( n+nb+1,* ) work, integer nb, integer info)CSYTRI2X Purpose:
Parameters UPLO
N
A
LDA
IPIV
WORK
NB
INFO
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 119 of file csytri2x.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|