Functions | |
| function | sph_bessel (in nu, in l, in Z) |
| Spherical Bessel or Hankel function. More... | |
| function sph_bessel | ( | in | nu, |
| in | l, | ||
| in | Z | ||
| ) |
Spherical Bessel or Hankel function.
| nu | (int): selects between spherical Bessel (nu=1) and Hankel (nu=3) function |
| l | (int): order of spherical Bessel/Hankel function |
| Z | (complex float array): argument |
| sb | (complex float array): spherical Bessel or Hankel function |
1.8.13