Go to the source code of this file.
|
subroutine | wfmtsv_sp (tsh, is, ias, nst, idx, ngp, apwalm, evecfv, evecsv, ld, wfmt) |
|
pure subroutine | cfcrf (n, c, rf, ld, cf) |
|
◆ cfcrf()
pure subroutine wfmtsv_sp::cfcrf |
( |
integer, intent(in) |
n, |
|
|
complex(4), intent(in) |
c, |
|
|
real(4), dimension(n), intent(in) |
rf, |
|
|
integer, intent(in) |
ld, |
|
|
complex(4), dimension(ld,n), intent(inout) |
cf |
|
) |
| |
◆ wfmtsv_sp()
subroutine wfmtsv_sp |
( |
logical, intent(in) |
tsh, |
|
|
integer, intent(in) |
is, |
|
|
integer, intent(in) |
ias, |
|
|
integer, intent(in) |
nst, |
|
|
integer, dimension(*), intent(in) |
idx, |
|
|
integer, dimension(nspnfv), intent(in) |
ngp, |
|
|
complex(8), dimension(ngkmax,apwordmax,lmmaxapw,natmtot,nspnfv), intent(in) |
apwalm, |
|
|
complex(8), dimension(nmatmax,nstfv,nspnfv), intent(in) |
evecfv, |
|
|
complex(8), dimension(nstsv,nstsv), intent(in) |
evecsv, |
|
|
integer, intent(in) |
ld, |
|
|
complex(4), dimension(ld,nspinor,nst), intent(out) |
wfmt |
|
) |
| |