|
NAMESRC/zhptrs.f SYNOPSISFunctions/Subroutinessubroutine zhptrs (uplo, n, nrhs, ap, ipiv, b, ldb, info)
Function/Subroutine Documentationsubroutine zhptrs (character uplo, integer n, integer nrhs, complex*16, dimension( * ) ap, integer, dimension( * ) ipiv, complex*16, dimension( ldb, * ) b, integer ldb, integer info)ZHPTRS Purpose:
Parameters UPLO
N
NRHS
AP
IPIV
B
LDB
INFO
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 114 of file zhptrs.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|