TPTTF: copies a triangular matrix A from standard packed format (TP) to rectangular full packed format (TF).
More...
|
| pure subroutine | ctpttf (transr, uplo, n, ap, arf, info) |
| |
| | la_ctpttf |
| |
| pure subroutine | dtpttf (transr, uplo, n, ap, arf, info) |
| |
| | la_dtpttf |
| |
| | la_qtpttf |
| |
| pure subroutine | stpttf (transr, uplo, n, ap, arf, info) |
| |
| | la_stpttf |
| |
| | la_wtpttf |
| |
| pure subroutine | ztpttf (transr, uplo, n, ap, arf, info) |
| |
| | la_ztpttf |
| |
TPTTF: copies a triangular matrix A from standard packed format (TP) to rectangular full packed format (TF).
◆ ctpttf()
| pure subroutine la_lapack::tpttf::ctpttf |
( |
character, intent(in) | transr, |
|
|
character, intent(in) | uplo, |
|
|
integer(ilp), intent(in) | n, |
|
|
complex(sp), dimension(0:*), intent(in) | ap, |
|
|
complex(sp), dimension(0:*), intent(out) | arf, |
|
|
integer(ilp), intent(out) | info ) |
◆ dtpttf()
| pure subroutine la_lapack::tpttf::dtpttf |
( |
character, intent(in) | transr, |
|
|
character, intent(in) | uplo, |
|
|
integer(ilp), intent(in) | n, |
|
|
real(dp), dimension(0:*), intent(in) | ap, |
|
|
real(dp), dimension(0:*), intent(out) | arf, |
|
|
integer(ilp), intent(out) | info ) |
◆ la_ctpttf()
| la_lapack::tpttf::la_ctpttf |
◆ la_dtpttf()
| la_lapack::tpttf::la_dtpttf |
◆ la_qtpttf()
| la_lapack::tpttf::la_qtpttf |
◆ la_stpttf()
| la_lapack::tpttf::la_stpttf |
◆ la_wtpttf()
| la_lapack::tpttf::la_wtpttf |
◆ la_ztpttf()
| la_lapack::tpttf::la_ztpttf |
◆ stpttf()
| pure subroutine la_lapack::tpttf::stpttf |
( |
character, intent(in) | transr, |
|
|
character, intent(in) | uplo, |
|
|
integer(ilp), intent(in) | n, |
|
|
real(sp), dimension(0:*), intent(in) | ap, |
|
|
real(sp), dimension(0:*), intent(out) | arf, |
|
|
integer(ilp), intent(out) | info ) |
◆ ztpttf()
| pure subroutine la_lapack::tpttf::ztpttf |
( |
character, intent(in) | transr, |
|
|
character, intent(in) | uplo, |
|
|
integer(ilp), intent(in) | n, |
|
|
complex(dp), dimension(0:*), intent(in) | ap, |
|
|
complex(dp), dimension(0:*), intent(out) | arf, |
|
|
integer(ilp), intent(out) | info ) |
The documentation for this interface was generated from the following file: