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