Searched defs:chebyshev_polynomial_v (Results 1 – 3 of 3) sorted by relevance
818 inline Tensor chebyshev_polynomial_v(const Tensor& x, const Tensor& n) { in chebyshev_polynomial_v() function822 inline Tensor chebyshev_polynomial_v(const Scalar& x, const Tensor& n) { in chebyshev_polynomial_v() function826 inline Tensor chebyshev_polynomial_v(const Tensor& x, const Scalar& n) { in chebyshev_polynomial_v() function
1005 chebyshev_polynomial_v = _add_docstr(_special.special_chebyshev_polynomial_v, variable
635 def chebyshev_polynomial_v(self, x: T, y: T) -> T: member in OpsHandler