Go to the source code of this file.
|
pure subroutine | ztorfmt (nr, nri, zfmt, rfmt) |
|
pure subroutine | ztorflmn (lmax, n, ld, zflm, rflm) |
|
◆ ztorflmn()
pure subroutine ztorfmt::ztorflmn |
( |
integer, intent(in) |
lmax, |
|
|
integer, intent(in) |
n, |
|
|
integer, intent(in) |
ld, |
|
|
complex(8), dimension(ld,n), intent(in) |
zflm, |
|
|
real(8), dimension(ld,n), intent(out) |
rflm |
|
) |
| |
◆ ztorfmt()
pure subroutine ztorfmt |
( |
integer, intent(in) |
nr, |
|
|
integer, intent(in) |
nri, |
|
|
complex(8), dimension(*), intent(in) |
zfmt, |
|
|
real(8), dimension(*), intent(out) |
rfmt |
|
) |
| |