Go to the source code of this file.
Functions/Subroutines | |
pure subroutine | zpotclmt (nr, nri, ld, rl, wpr, zrhomt, zvclmt) |
pure subroutine | splintwp (n, wp, f, g) |
pure subroutine zpotclmt::splintwp | ( | integer, intent(in) | n, |
real(8), dimension(*), intent(in) | wp, | ||
complex(8), dimension(n), intent(in) | f, | ||
complex(8), dimension(n), intent(out) | g | ||
) |
Definition at line 105 of file zpotclmt.f90.
pure subroutine zpotclmt | ( | integer, intent(in) | nr, |
integer, intent(in) | nri, | ||
integer, intent(in) | ld, | ||
real(8), dimension(ld,-lmaxo-1:lmaxo+2), intent(in) | rl, | ||
real(8), dimension(4,nr), intent(in) | wpr, | ||
complex(8), dimension(*), intent(in) | zrhomt, | ||
complex(8), dimension(*), intent(out) | zvclmt | ||
) |
Definition at line 9 of file zpotclmt.f90.