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