Go to the source code of this file.
Functions/Subroutines | |
subroutine | pades (ns, r, ni, zi, ui, no, zo, uo) |
subroutine pades | ( | integer, intent(in) | ns, |
real(8), intent(in) | r, | ||
integer, intent(in) | ni, | ||
complex(8), dimension(ni), intent(in) | zi, | ||
complex(8), dimension(ni), intent(in) | ui, | ||
integer, intent(in) | no, | ||
complex(8), dimension(no), intent(in) | zo, | ||
complex(8), dimension(no), intent(out) | uo | ||
) |