![]() |
![]()
| ![]() |
![]()
NAMESRC/dtpttr.f SYNOPSISFunctions/Subroutinessubroutine dtpttr (uplo, n, ap, a, lda, info)
Function/Subroutine Documentationsubroutine dtpttr (character uplo, integer n, double precision, dimension( * ) ap, double precision, dimension( lda, * ) a, integer lda, integer info)DTPTTR 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 dtpttr.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|