LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
tfttp: triangular matrix, RFP (tf) to packed (tp)
Collaboration diagram for tfttp: triangular matrix, RFP (tf) to packed (tp):

Functions

subroutine ctfttp (TRANSR, UPLO, N, ARF, AP, INFO)
 CTFTTP copies a triangular matrix from the rectangular full packed format (TF) to the standard packed format (TP). More...
 
subroutine dtfttp (TRANSR, UPLO, N, ARF, AP, INFO)
 DTFTTP copies a triangular matrix from the rectangular full packed format (TF) to the standard packed format (TP). More...
 
subroutine stfttp (TRANSR, UPLO, N, ARF, AP, INFO)
 STFTTP copies a triangular matrix from the rectangular full packed format (TF) to the standard packed format (TP). More...
 
subroutine ztfttp (TRANSR, UPLO, N, ARF, AP, INFO)
 ZTFTTP copies a triangular matrix from the rectangular full packed format (TF) to the standard packed format (TP). More...
 

Detailed Description