![]() |
LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
|
Functions | |
subroutine | ctpttr (UPLO, N, AP, A, LDA, INFO) |
CTPTTR copies a triangular matrix from the standard packed format (TP) to the standard full format (TR). More... | |
subroutine | dtpttr (UPLO, N, AP, A, LDA, INFO) |
DTPTTR copies a triangular matrix from the standard packed format (TP) to the standard full format (TR). More... | |
subroutine | stpttr (UPLO, N, AP, A, LDA, INFO) |
STPTTR copies a triangular matrix from the standard packed format (TP) to the standard full format (TR). More... | |
subroutine | ztpttr (UPLO, N, AP, A, LDA, INFO) |
ZTPTTR copies a triangular matrix from the standard packed format (TP) to the standard full format (TR). More... | |