Searched defs:chebyshev_polynomial_w (Results 1 – 3 of 3) sorted by relevance
864 inline Tensor chebyshev_polynomial_w(const Tensor& x, const Tensor& n) { in chebyshev_polynomial_w() function868 inline Tensor chebyshev_polynomial_w(const Scalar& x, const Tensor& n) { in chebyshev_polynomial_w() function872 inline Tensor chebyshev_polynomial_w(const Tensor& x, const Scalar& n) { in chebyshev_polynomial_w() function
1020 chebyshev_polynomial_w = _add_docstr(_special.special_chebyshev_polynomial_w, variable
638 def chebyshev_polynomial_w(self, x: T, y: T) -> T: member in OpsHandler