pymiediff.special.xi#
- pymiediff.special.xi(n: Tensor, z: Tensor, **kwargs)#
Riccati-Bessel Function of the third kind
return Ricatti Bessel 3rd kind as well as its derivative
- Parameters:
n (torch.Tensor) – integer order
z (torch.Tensor) – complex argument
kwargs – additional kwargs are ignored
- Returns:
result
- Return type:
torch.Tensor