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

Functions

subroutine ctrttp (UPLO, N, A, LDA, AP, INFO)
 CTRTTP copies a triangular matrix from the standard full format (TR) to the standard packed format (TP). More...
 
subroutine dtrttp (UPLO, N, A, LDA, AP, INFO)
 DTRTTP copies a triangular matrix from the standard full format (TR) to the standard packed format (TP). More...
 
subroutine strttp (UPLO, N, A, LDA, AP, INFO)
 STRTTP copies a triangular matrix from the standard full format (TR) to the standard packed format (TP). More...
 
subroutine ztrttp (UPLO, N, A, LDA, AP, INFO)
 ZTRTTP copies a triangular matrix from the standard full format (TR) to the standard packed format (TP). More...
 

Detailed Description