|
NAMESRC/chptrs.f SYNOPSISFunctions/Subroutinessubroutine chptrs (uplo, n, nrhs, ap, ipiv, b, ldb, info)
Function/Subroutine Documentationsubroutine chptrs (character uplo, integer n, integer nrhs, complex, dimension( * ) ap, integer, dimension( * ) ipiv, complex, dimension( ldb, * ) b, integer ldb, integer info)CHPTRS 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 chptrs.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|