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

Functions

subroutine ctrttf (TRANSR, UPLO, N, A, LDA, ARF, INFO)
 CTRTTF copies a triangular matrix from the standard full format (TR) to the rectangular full packed format (TF). More...
 
subroutine dtrttf (TRANSR, UPLO, N, A, LDA, ARF, INFO)
 DTRTTF copies a triangular matrix from the standard full format (TR) to the rectangular full packed format (TF). More...
 
subroutine strttf (TRANSR, UPLO, N, A, LDA, ARF, INFO)
 STRTTF copies a triangular matrix from the standard full format (TR) to the rectangular full packed format (TF). More...
 
subroutine ztrttf (TRANSR, UPLO, N, A, LDA, ARF, INFO)
 ZTRTTF copies a triangular matrix from the standard full format (TR) to the rectangular full packed format (TF). More...
 

Detailed Description