Go to the source code of this file.
|
subroutine | dwfmtfv (ias, ngp, ngpq, apwalmq, dapwalm, evecfv, devecfv, dwfmt) |
|
pure subroutine | zfzrf (n, ld1, rf, ld2, zf) |
|
◆ dwfmtfv()
subroutine dwfmtfv |
( |
integer, intent(in) |
ias, |
|
|
integer, intent(in) |
ngp, |
|
|
integer, intent(in) |
ngpq, |
|
|
complex(8), dimension(ngkmax,apwordmax,lmmaxapw), intent(in) |
apwalmq, |
|
|
complex(8), dimension(ngkmax,apwordmax,lmmaxapw), intent(in) |
dapwalm, |
|
|
complex(8), dimension(nmatmax), intent(in) |
evecfv, |
|
|
complex(8), dimension(nmatmax), intent(in) |
devecfv, |
|
|
complex(8), dimension(*), intent(out) |
dwfmt |
|
) |
| |
◆ zfzrf()
pure subroutine dwfmtfv::zfzrf |
( |
integer, intent(in) |
n, |
|
|
integer, intent(in) |
ld1, |
|
|
real(8), dimension(ld1,n), intent(in) |
rf, |
|
|
integer, intent(in) |
ld2, |
|
|
complex(8), dimension(ld2,n), intent(inout) |
zf |
|
) |
| |