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