d_bessel_k0(input, *, out=None) -> Tensor Modified Bessel function of the second kind of order :math:`0`. zt modified_bessel_k1(input, *, out=None) -> Tensor Modified Bessel function of the second kind of order :math:`1`. z scaled_modified_bessel_k0(input, *, out=None) -> Tensor Scaled modified Bessel function of the second kind of order :math:`0`. z scaled_modified_bessel_k1(input, *, out=None) -> Tensor Scaled modified Bessel function of the second kind of order :math:`1`. z shifted_chebyshev_polynomial_t(input, n, *, out=None) -> Tensor Chebyshev polynomial of the first kind :math:`T_{n}^{\ast}(\text{input})`. z shifted_chebyshev_polynomial_u(input, n, *, out=None) -> Tensor Chebyshev polynomial of the second kind :math:`U_{n}^{\ast}(\text{input})`. z shifted_chebyshev_polynomial_v(input, n, *, out=None) -> Tensor Chebyshev polynomial of the third kind :math:`V_{n}^{\ast}(\text{input})`. z shifted_chebyshev_polynomial_w(input, n, *, out=None) -> Tensor Chebyshev polynomial of the fourth kind :math:`W_{n}^{\ast}(\text{input})`. zu spherical_bessel_j0(input, *, out=None) -> Tensor Spherical Bessel function of the first kind of order :math:`0`.