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