pymiediff.special.chi_torch#
- pymiediff.special.chi_torch(n: Tensor, z: Tensor, **kwargs)#
Torch-native Riccati-Bessel
chi_nand derivative.- Parameters:
n (int or torch.Tensor) – Maximum order.
z (torch.Tensor) – Complex argument(s).
- Returns:
(chi_n, dchi_n_dz)for orders0..n.- Return type:
tuple of torch.Tensor