Searched defs:shifted_chebyshev_polynomial_u (Results 1 – 3 of 3) sorted by relevance
1260 inline Tensor shifted_chebyshev_polynomial_u(const Tensor& x, const Tensor& n) { in shifted_chebyshev_polynomial_u() function1264 inline Tensor shifted_chebyshev_polynomial_u(const Scalar& x, const Tensor& n) { in shifted_chebyshev_polynomial_u() function1268 inline Tensor shifted_chebyshev_polynomial_u(const Tensor& x, const Scalar& n) { in shifted_chebyshev_polynomial_u() function
1226 shifted_chebyshev_polynomial_u = _add_docstr(_special.special_shifted_chebyshev_polynomial_u, variable
647 def shifted_chebyshev_polynomial_u(self, x: T, y: T) -> T: member in OpsHandler