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