|
NAMESRC/ztpttr.f SYNOPSISFunctions/Subroutinessubroutine ztpttr (uplo, n, ap, a, lda, info)
Function/Subroutine Documentationsubroutine ztpttr (character uplo, integer n, complex*16, dimension( * ) ap, complex*16, dimension( lda, * ) a, integer lda, integer info)ZTPTTR 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 ztpttr.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|