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