LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
tpttr: triangular matrix, packed (tp) to full (tr)
Collaboration diagram for tpttr: triangular matrix, packed (tp) to full (tr):

Functions

subroutine ctpttr (UPLO, N, AP, A, LDA, INFO)
 CTPTTR copies a triangular matrix from the standard packed format (TP) to the standard full format (TR). More...
 
subroutine dtpttr (UPLO, N, AP, A, LDA, INFO)
 DTPTTR copies a triangular matrix from the standard packed format (TP) to the standard full format (TR). More...
 
subroutine stpttr (UPLO, N, AP, A, LDA, INFO)
 STPTTR copies a triangular matrix from the standard packed format (TP) to the standard full format (TR). More...
 
subroutine ztpttr (UPLO, N, AP, A, LDA, INFO)
 ZTPTTR copies a triangular matrix from the standard packed format (TP) to the standard full format (TR). More...
 

Detailed Description