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

Functions

subroutine ctpttf (TRANSR, UPLO, N, AP, ARF, INFO)
 CTPTTF copies a triangular matrix from the standard packed format (TP) to the rectangular full packed format (TF). More...
 
subroutine dtpttf (TRANSR, UPLO, N, AP, ARF, INFO)
 DTPTTF copies a triangular matrix from the standard packed format (TP) to the rectangular full packed format (TF). More...
 
subroutine stpttf (TRANSR, UPLO, N, AP, ARF, INFO)
 STPTTF copies a triangular matrix from the standard packed format (TP) to the rectangular full packed format (TF). More...
 
subroutine ztpttf (TRANSR, UPLO, N, AP, ARF, INFO)
 ZTPTTF copies a triangular matrix from the standard packed format (TP) to the rectangular full packed format (TF). More...
 

Detailed Description