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). | |
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). | |
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). | |
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). | |