TFTTP: copies a triangular matrix A from rectangular full packed format (TF) to standard packed format (TP).
More...
|
pure subroutine | ctfttp (transr, uplo, n, arf, ap, info) |
|
| la_ctfttp |
|
pure subroutine | dtfttp (transr, uplo, n, arf, ap, info) |
|
| la_dtfttp |
|
| la_qtfttp |
|
pure subroutine | stfttp (transr, uplo, n, arf, ap, info) |
|
| la_stfttp |
|
| la_wtfttp |
|
pure subroutine | ztfttp (transr, uplo, n, arf, ap, info) |
|
| la_ztfttp |
|
TFTTP: copies a triangular matrix A from rectangular full packed format (TF) to standard packed format (TP).
◆ ctfttp()
pure subroutine la_lapack::tfttp::ctfttp |
( |
character, intent(in) |
transr, |
|
|
character, intent(in) |
uplo, |
|
|
integer(ilp), intent(in) |
n, |
|
|
complex(sp), dimension(0:*), intent(in) |
arf, |
|
|
complex(sp), dimension(0:*), intent(out) |
ap, |
|
|
integer(ilp), intent(out) |
info |
|
) |
| |
◆ dtfttp()
pure subroutine la_lapack::tfttp::dtfttp |
( |
character, intent(in) |
transr, |
|
|
character, intent(in) |
uplo, |
|
|
integer(ilp), intent(in) |
n, |
|
|
real(dp), dimension(0:*), intent(in) |
arf, |
|
|
real(dp), dimension(0:*), intent(out) |
ap, |
|
|
integer(ilp), intent(out) |
info |
|
) |
| |
◆ la_ctfttp()
la_lapack::tfttp::la_ctfttp |
◆ la_dtfttp()
la_lapack::tfttp::la_dtfttp |
◆ la_qtfttp()
la_lapack::tfttp::la_qtfttp |
◆ la_stfttp()
la_lapack::tfttp::la_stfttp |
◆ la_wtfttp()
la_lapack::tfttp::la_wtfttp |
◆ la_ztfttp()
la_lapack::tfttp::la_ztfttp |
◆ stfttp()
pure subroutine la_lapack::tfttp::stfttp |
( |
character, intent(in) |
transr, |
|
|
character, intent(in) |
uplo, |
|
|
integer(ilp), intent(in) |
n, |
|
|
real(sp), dimension(0:*), intent(in) |
arf, |
|
|
real(sp), dimension(0:*), intent(out) |
ap, |
|
|
integer(ilp), intent(out) |
info |
|
) |
| |
◆ ztfttp()
pure subroutine la_lapack::tfttp::ztfttp |
( |
character, intent(in) |
transr, |
|
|
character, intent(in) |
uplo, |
|
|
integer(ilp), intent(in) |
n, |
|
|
complex(dp), dimension(0:*), intent(in) |
arf, |
|
|
complex(dp), dimension(0:*), intent(out) |
ap, |
|
|
integer(ilp), intent(out) |
info |
|
) |
| |
The documentation for this interface was generated from the following file: