![]() |
LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
|
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... | |