dx_xz.m File Reference

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 Documentation

◆ dx_xz()

function dx_xz ( in  nu,
in  l,
in  Z 
)

The derivative of x*j(x) where j is a spherical Bessel or Hankel function.

Parameters
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
Return values
dxxz(complex float array): derivative of Z*sph_bessel(nu,l,Z) with respect to Z