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