|
NAMESRC/ctpttr.f SYNOPSISFunctions/Subroutinessubroutine ctpttr (uplo, n, ap, a, lda, info)
Function/Subroutine Documentationsubroutine ctpttr (character uplo, integer n, complex, dimension( * ) ap, complex, dimension( lda, * ) a, integer lda, integer info)CTPTTR copies a triangular matrix from the standard packed format (TP) to the standard full format (TR). Purpose:
Parameters UPLO
N
AP
A
LDA
INFO
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 103 of file ctpttr.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|