Functions | |
function | dx_xz (in nu, in l, in Z) |
The derivative of x*j(x) where j is a spherical Bessel or Hankel function. More... | |
function dx_xz | ( | in | nu, |
in | l, | ||
in | Z | ||
) |
The derivative of x*j(x) where j is a 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 where the derivative be evaluated |
dxxz | (complex float array): derivative of Z*sph_bessel(nu,l,Z) with respect to Z |