|
NAMESRC/chetrs2.f SYNOPSISFunctions/Subroutinessubroutine chetrs2 (uplo, n, nrhs, a, lda, ipiv, b, ldb,
work, info)
Function/Subroutine Documentationsubroutine chetrs2 (character uplo, integer n, integer nrhs, complex, dimension( lda, * ) a, integer lda, integer, dimension( * ) ipiv, complex, dimension( ldb, * ) b, integer ldb, complex, dimension( * ) work, integer info)CHETRS2 Purpose:
Parameters UPLO
N
NRHS
A
LDA
IPIV
B
LDB
WORK
INFO
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 125 of file chetrs2.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|