Go to the source code of this file.
|
pure subroutine | cfmtconj (nr, nri, np, cfmt) |
|
pure subroutine | cflmnconj (lmax, n, ld, cflm1, cflm2) |
|
◆ cflmnconj()
pure subroutine cfmtconj::cflmnconj |
( |
integer, intent(in) |
lmax, |
|
|
integer, intent(in) |
n, |
|
|
integer, intent(in) |
ld, |
|
|
complex(4), dimension(ld,n), intent(in) |
cflm1, |
|
|
complex(4), dimension(ld,n), intent(out) |
cflm2 |
|
) |
| |
◆ cfmtconj()
pure subroutine cfmtconj |
( |
integer, intent(in) |
nr, |
|
|
integer, intent(in) |
nri, |
|
|
integer, intent(in) |
np, |
|
|
complex(4), dimension(np), intent(inout) |
cfmt |
|
) |
| |