LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
tfttr: triangular matrix, RFP (tf) to full (tr)
Collaboration diagram for tfttr: triangular matrix, RFP (tf) to full (tr):

Functions

subroutine ctfttr (TRANSR, UPLO, N, ARF, A, LDA, INFO)
 CTFTTR copies a triangular matrix from the rectangular full packed format (TF) to the standard full format (TR). More...
 
subroutine dtfttr (TRANSR, UPLO, N, ARF, A, LDA, INFO)
 DTFTTR copies a triangular matrix from the rectangular full packed format (TF) to the standard full format (TR). More...
 
subroutine stfttr (TRANSR, UPLO, N, ARF, A, LDA, INFO)
 STFTTR copies a triangular matrix from the rectangular full packed format (TF) to the standard full format (TR). More...
 
subroutine ztfttr (TRANSR, UPLO, N, ARF, A, LDA, INFO)
 ZTFTTR copies a triangular matrix from the rectangular full packed format (TF) to the standard full format (TR). More...
 

Detailed Description